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

Commit eeb3a62

Browse files
nashvailsfrisk
authored andcommitted
Grunt: watch runs all tasks at beginning
Closes gh-147
1 parent 344d41a commit eeb3a62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/options/watch.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module.exports = {
2+
options: {
3+
atBegin: true
4+
},
25
sass: {
36
files: [ "scss/**/*.scss" ],
47
tasks: [ "build" ],

0 commit comments

Comments
 (0)