Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Removing json3 and es5-shim from bower and using this components via CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Dec 13, 2013
1 parent 9fd3f8a commit c0eb210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ module.exports = function (grunt) {
},
prod: {
options: {
src: '<%= yeoman.app %>/', //dist is not ok.
src: '<%= yeoman.dist %>/',
dest: "/home/linguagil/linguagil.com.br/",
host: "[email protected]",
syncDestIgnoreExcl: true
Expand Down
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<![endif]-->

<!--[if lt IE 9]>
<script src="bower_components/es5-shim/es5-shim.js"></script>
<script src="bower_components/json3/lib/json3.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/2.1.0/es5-shim.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/json3/3.2.6/json3.min.js"></script>
<![endif]-->

<!-- Side Menu -->
Expand Down
2 changes: 0 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"dependencies": {
"jquery": "~2.0.3",
"bootstrap": "~3.0.3",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"fastclick": "~0.6.10"
}
}

0 comments on commit c0eb210

Please sign in to comment.