Have cache busting hashes be generated as part of the build process.

This commit is contained in:
Joseph Schorr 2015-02-06 17:52:09 -05:00
parent 5f431e966e
commit 09a10b6153
4 changed files with 52 additions and 17 deletions

View file

@ -6,6 +6,7 @@
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-angular-templates": "~0.5.4",
"grunt-contrib-uglify": "~0.4.0"
"grunt-contrib-uglify": "~0.4.0",
"grunt-cachebuster": "~0.1.5"
}
}