From 517fc6f9a8e12b956e22dcc83bf76e622773ec6b Mon Sep 17 00:00:00 2001 From: Amos Haviv Date: Sat, 7 Sep 2013 13:13:06 +0300 Subject: [PATCH] Adding Livereload to Jade files --- gruntfile.js | 6 ++++++ 1 file changed, 6 insertions(+) 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: {