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

Commit

Permalink
fix(grunt:cdnify): prevent grunt-google-cdn from using pre-release ve…
Browse files Browse the repository at this point in the history
…rsions

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.
  • Loading branch information
raphinesse committed Apr 29, 2016
1 parent 1fbb27c commit b46dd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/root/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.1.2",
"grunt-google-cdn": "^0.4.3",<% if (!coffee) { %>
"grunt-google-cdn": "github:btford/grunt-google-cdn#bca6658",<% if (!coffee) { %>
"grunt-jscs": "^1.8.0",<% } %>
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^0.9.2",
Expand Down

0 comments on commit b46dd59

Please sign in to comment.