Skip to content

Commit 01d1f56

Browse files
authored
ENGCOM-4733: only trigger livereload by .css files #22276
2 parents 1f818ef + 3215d7f commit 01d1f56

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dev/tools/grunt/configs/watch.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ var combo = require('./combo'),
1111

1212
var themeOptions = {};
1313

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

0 commit comments

Comments
 (0)