Skip to content

Commit 066a68f

Browse files
committed
only trigger livereload by .css files
1 parent aec044d commit 066a68f

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)