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

Commit d20ff1d

Browse files
nashvailNash Vail
authored and
Nash Vail
committed
Grunt: grunt-watch now detects js variable changes
separate task resulted in the build updating chassis.scss only on first instance
1 parent 4d3769f commit d20ff1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/options/watch.js

Lines changed: 2 additions & 2 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: {

0 commit comments

Comments
 (0)