Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Use bootstrap-sass instead of the static bootstrap.css + general cleanups #33

Closed
wants to merge 12 commits into from
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'turbolinks'

gem 'bootstrap-sass'

group :development, :test do
gem 'rspec-rails', '~> 2.13.2'
gem 'capybara', '~> 2.1.0'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap-sass
capybara (~> 2.1.0)
coffee-rails (~> 4.0.0)
devise (~> 3.0.0.rc)
Expand Down
Binary file modified app/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions app/assets/stylesheets/about.css.scss

This file was deleted.

3 changes: 1 addition & 2 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require bootstrap
*= require_tree .
*= require main
*/
13 changes: 0 additions & 13 deletions app/assets/stylesheets/get_involved.css.scss

This file was deleted.

12 changes: 0 additions & 12 deletions app/assets/stylesheets/index.css.scss

This file was deleted.

Loading