Skip to content

Commit a733217

Browse files
committed
Add a watch task to grunt file
1 parent 61fd673 commit a733217

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

grunt.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ grunt.initConfig({
1313
lint: {
1414
grunt: "grunt.js"
1515
},
16+
watch: {
17+
files: entryFiles,
18+
tasks: "deploy"
19+
},
1620
xmllint: {
1721
all: [].concat( entryFiles, "categories.xml", "entries2html.xsl", "notes.xsl" )
1822
},

0 commit comments

Comments
 (0)