1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Add bundler for easy install of gem dependencies

This commit is contained in:
Thomas McDonald 2012-09-01 17:06:54 +01:00
parent cca8b4c270
commit ecc988b5e8
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
.sass-cache
bootstrap.css
bootstrap-responsive.css
Gemfile.lock

3
Gemfile Normal file
View file

@ -0,0 +1,3 @@
source "https://rubygems.org"
gemspec