Skip to content

Commit 3215d7f

Browse files
ENGCOM-4733: only trigger livereload by .css files #22276
- Merge Pull Request #22276 from torhoehn/magento2:feature/grunt-watch-trigger-fix - Merged commits: 1. 066a68f
2 parents d3fdecf + 066a68f commit 3215d7f

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)