Skip to content

Commit a597e05

Browse files
author
Ryan Bigg
committed
WIP bootstrap
This doesn't work because of reasons unknown. Related to railsbook/rails_4_in_action#11
1 parent 1871362 commit a597e05

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

ticketee/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc
3232
# Use Capistrano for deployment
3333
# gem 'capistrano-rails', group: :development
3434

35+
gem 'bootstrap-sass', '~> 3.3'
36+
3537
group :development, :test do
3638
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
3739
gem 'byebug'

ticketee/Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ GEM
3939
arel (6.0.0.beta2)
4040
binding_of_caller (0.7.3.pre1)
4141
debug_inspector (>= 0.0.1)
42+
bootstrap-sass (3.3.0.1)
43+
sass (~> 3.2)
4244
builder (3.2.2)
4345
byebug (3.5.1)
4446
columnize (~> 0.8)
@@ -179,6 +181,7 @@ PLATFORMS
179181
ruby
180182

181183
DEPENDENCIES
184+
bootstrap-sass (~> 3.3)
182185
byebug
183186
capybara (~> 2.4)
184187
coffee-rails (~> 4.1.0)

ticketee/app/assets/stylesheets/application.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "bootstrap";
2+
13
/*
24
* This is a manifest file that'll be compiled into application.css, which will include all the files
35
* listed below.

0 commit comments

Comments
 (0)