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

Commit 437f2a2

Browse files
nashvailsfrisk
authored andcommitted
Grunt: grunt-watch now detects js variable changes
Closes gh-146 Fixes gh-145
1 parent e5ea1a9 commit 437f2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/options/watch.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module.exports = {
33
atBegin: true
44
},
55
sass: {
6-
files: [ "scss/**/*.scss" ],
6+
files: [ "scss/**/*.scss", "scss/variables/**/*.js" ],
77
tasks: [ "build" ],
88
options: {
9-
spawn: false
9+
spawn: true
1010
}
1111
},
1212
svg: {

0 commit comments

Comments
 (0)