Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit fafa916

Browse files
committed
Grunt: Removed separate jsassvars task
separate task resulted in the build updating chassis.scss only on first instance
1 parent 5ede578 commit fafa916

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

tasks/options/watch.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = {
22
sass: {
3-
files: [ "scss/**/*.scss" ],
3+
files: [ "scss/**/*.scss", "scss/variables/**/*.js" ],
44
tasks: [ "build" ],
55
options: {
6-
spawn: false
6+
spawn: true
77
}
88
},
99
svg: {
@@ -12,12 +12,5 @@ module.exports = {
1212
options: {
1313
spawn: false
1414
}
15-
},
16-
jsassvars: {
17-
files: [ "scss/variables/**/*.js" ],
18-
tasks: [ "build" ],
19-
options: {
20-
spawn: true
21-
}
2215
}
2316
};

0 commit comments

Comments
 (0)