Skip to content

Commit

Permalink
Use minified jQuery on cdn for production env
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Feb 12, 2015
1 parent 4030f8f commit e662b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ var indexTemplate = _.template(indexFile);
* and define the strings here.
*/

// Cant access googleapis in China :-/
var prodDependencies = [
'<script src="lib/jquery-1.8.0.min.js"></script>',
'<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>',
'<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min.js"></script>',
'<script src="//cdnjs.cloudflare.com/ajax/libs/backbone.js/0.9.2/backbone-min.js"></script>',
'<script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>'
Expand Down

0 comments on commit e662b46

Please sign in to comment.