diff --git a/gruntfile.js b/gruntfile.js index ab85806b..02938b36 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -3,6 +3,12 @@ module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), watch: { + jade: { + files: ['app/views/**'], + options: { + livereload: true, + }, + }, html: { files: ['public/views/**'], options: {