Add build option to touch web.config automatically on deploy

This commit is contained in:
Tom Fulton
2014-01-12 04:40:27 -07:00
parent 628fa750ba
commit bffdc7f644
3 changed files with 15 additions and 4 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0"
"grunt-contrib-clean": "~0.5.0",
"grunt-touch": "~0.1.0"
}
}