Skip to content

Commit

Permalink
Add bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Jan 30, 2017
1 parent 1c90a53 commit 4fbfce3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

gem 'bootstrap-sass', '~> 3.3.6'
gem 'coffee-rails', '~> 4.2'
gem 'devise'
gem 'jbuilder', '~> 2.5'
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,16 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
ast (2.3.0)
autoprefixer-rails (6.7.0)
execjs
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.11)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
builder (3.2.3)
byebug (9.0.6)
capybara (2.11.0)
Expand Down Expand Up @@ -300,6 +305,7 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap-sass (~> 3.3.6)
byebug
capybara
coffee-rails (~> 4.2)
Expand Down Expand Up @@ -333,4 +339,4 @@ DEPENDENCIES
web-console (>= 3.3.0)

BUNDLED WITH
1.13.7
1.14.3
15 changes: 0 additions & 15 deletions app/assets/stylesheets/application.css

This file was deleted.

7 changes: 7 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
*= require_tree .
*= require_self
*/

@import "bootstrap-sprockets";
@import "bootstrap";

0 comments on commit 4fbfce3

Please sign in to comment.