diff --git a/Gruntfile.js b/Gruntfile.js index c2ce924..3ba8862 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -61,6 +61,17 @@ module.exports = function(grunt) { '<%= jshint.all %>' ], tasks: ['jshint', 'uglify', 'version'] + }, + livereload: { + // Browser live reloading + // https://github.com/gruntjs/grunt-contrib-watch#live-reloading + options: { + livereload: false + }, + files: [ + 'assets/css/main.min.css', + 'assets/js/scripts.min.js' + ] } }, clean: {