Skip to content

Commit 1fca074

Browse files
committed
Adding LiveReload to watch options.
1 parent 173b549 commit 1fca074

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ module.exports = function(grunt) {
154154
}
155155
},
156156
watch: {
157+
options: {
158+
livereload:true,
159+
},
157160
gruntfile: {
158161
files: [ 'gruntfile.js' ],
159162
tasks: [ 'jshint:gruntfile' ]

0 commit comments

Comments
 (0)