Skip to content

Commit 3d467c7

Browse files
MAGETWO-72465: Enable livereload for watch:<theme> commands magento#10836
2 parents b2baace + 3f1b1c0 commit 3d467c7

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)