Skip to content

Commit d99def4

Browse files
Enable livereload for watch:<theme> commands
1 parent 3797563 commit d99def4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tools/grunt/configs/watch.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ var themeOptions = {};
1313

1414
_.each(themes, function(theme, name) {
1515
themeOptions[name] = {
16+
'options': {
17+
livereload: true
18+
},
1619
'files': [
1720
'<%= combo.autopath(\''+name+'\', path.pub) %>/**/*.less'
1821
],

0 commit comments

Comments
 (0)