Skip to content

Commit bd438b3

Browse files
committed
Build: Set atBegin option for watch task
1 parent e148be0 commit bd438b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ grunt.initConfig({
135135
}
136136
},
137137
watch: {
138+
options: {
139+
atBegin: true
140+
},
138141
gruntfile: {
139142
files: "Gruntfile.js",
140143
tasks: ["jshint:grunt"]

0 commit comments

Comments
 (0)