Skip to content

Commit

Permalink
more cleanings in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz authored and lukasz committed Apr 2, 2013
1 parent 48e76a2 commit 61a5231
Show file tree
Hide file tree
Showing 7 changed files with 11,877 additions and 1,162 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -4,7 +4,6 @@ gem 'rails'
gem 'rake'
gem 'bootstrap-sass', '2.0.0'
gem 'less-rails-bootstrap'
gem 'jquery-rails'
gem 'therubyracer'
gem 'bcrypt-ruby', '3.0.1'
gem 'twitter-bootstrap-rails', '2.2.4'
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Expand Up @@ -76,9 +76,6 @@ GEM
hike (1.2.1)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.2.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.6)
less (2.2.2)
commonjs (~> 0.2.6)
Expand Down Expand Up @@ -209,7 +206,6 @@ DEPENDENCIES
guard-rspec (= 0.5.5)
guard-spork (= 0.3.2)
i18n
jquery-rails
less-rails-bootstrap
libnotify (= 0.5.9)
paperclip (~> 3.0)
Expand Down
7 changes: 4 additions & 3 deletions app/assets/javascripts/application.js
Expand Up @@ -11,8 +11,9 @@
// GO AFTER THE REQUIRES BELOW.
//
//= require ./vendor/yui/yui-base
//= require_tree ./vendor/bootstrap
//= require jquery
//= require jquery_ujs
//= require ./vendor/bootstrap/bootstrap-datepicker
//= require ./vendor/bootstrap/bootstrap-timepicker
//= require ./vendor/jquery
//= require twitter/bootstrap
//= require_self
//= require margherita

0 comments on commit 61a5231

Please sign in to comment.