diff --git a/Gruntfile.js b/Gruntfile.js index 09b2cb7..fcc427b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -145,6 +145,7 @@ module.exports = function (grunt) { watch: { adagios: { files: [ + '<%= project.app %>/**/*.html', '<%= project.app %>/components/live/adagios.js', '<%= project.assets %>/sass/{,*/}*.{scss,sass}' ], @@ -152,10 +153,14 @@ module.exports = function (grunt) { }, surveil: { files: [ + '<%= project.app %>/**/*.html', '<%= project.app %>/components/live/surveil.js', '<%= project.assets %>/sass/{,*/}*.{scss,sass}' ], tasks: ['copy:surveil', 'sass:dev'] + }, + options: { + livereload: true } } }); diff --git a/app/index.html b/app/index.html index 55f0d65..3fdbfe8 100644 --- a/app/index.html +++ b/app/index.html @@ -77,5 +77,9 @@ + + + +