Added a cache busting config option to RequireJS that will add the latest commit sha to urls (only in dist build).

This commit is contained in:
Spencer Alger
2013-09-13 19:14:14 -07:00
parent 6c07338782
commit ab93bcecb2
4 changed files with 41 additions and 18 deletions
+3 -1
View File
@@ -19,7 +19,9 @@
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"rjs-build-analysis": "0.0.3",
"grunt-angular-templates": "~0.3.12"
"grunt-angular-templates": "~0.3.12",
"grunt-string-replace": "~0.2.4",
"grunt-git-describe": "~2.3.2"
},
"license": "Apache License"
}