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:
+3
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user