Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit b46dd59

Browse files
committed
fix(grunt:cdnify): prevent grunt-google-cdn from using pre-release versions
Previously, grunt-google-cdn resolved the angular version requirement of "^1.4.0" to some 1.5 pre-release. Unfortunately there is no release of grunt-google-cdn that includes the relevant fix. So we now require a specific commit instead of a released version.
1 parent 1fbb27c commit b46dd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/root/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"grunt-contrib-uglify": "^0.7.0",
4646
"grunt-contrib-watch": "^0.6.1",
4747
"grunt-filerev": "^2.1.2",
48-
"grunt-google-cdn": "^0.4.3",<% if (!coffee) { %>
48+
"grunt-google-cdn": "github:btford/grunt-google-cdn#bca6658",<% if (!coffee) { %>
4949
"grunt-jscs": "^1.8.0",<% } %>
5050
"grunt-newer": "^1.1.0",
5151
"grunt-ng-annotate": "^0.9.2",

0 commit comments

Comments
 (0)