Skip to content

Commit

Permalink
update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schorsch committed Oct 24, 2014
1 parent 926b244 commit dcbc10f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 18 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ coverage
.idea
public/assets
.localeapp
/vendor/assets/bower_components/*
vendor/assets/bower_components/*
vendor/assets/.bowerrc
vendor/assets/bower.json
config/initializers/localeapp.rb
Bowerfile
.DS_Store
.DS_Store
1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* load jquery, rails.js, jquery ui from bower components => jquery-ujs/src/rails.js*/
//= require jquery
//= require jquery-ujs
//= require jquery-ui.js
//= require fileuploader
//= require select2
//= require schmuugle/dist/js/schmuugle.js
Expand Down
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
"lib": {
"name": "bower-rails generated lib assets",
"dependencies": {
// "threex" : "[email protected]:rharriso/threex.git",
// "gsvpano.js" : "https://github.com/rharriso/GSVPano.js/blob/master/src/GSVPano.js"
"schmuugle": "https://github.com/Schmuugle/schmuugle.git"
}
},
"vendor": {
"name": "bower-rails generated vendor assets",
"dependencies": {
// "three.js" : "https://raw.github.com/mrdoob/three.js/master/build/three.js"
"jquery-ujs": "https://github.com/rails/jquery-ujs.git",
"schmuugle": "https://github.com/Schmuugle/schmuugle.git"
}
}
}
3 changes: 0 additions & 3 deletions vendor/assets/.bowerrc

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/assets/bower.json

This file was deleted.

0 comments on commit dcbc10f

Please sign in to comment.