Files for middleman, livereload, sass, bootstrap.
Last active
December 12, 2015 09:48
-
-
Save ychubachi/4754125 to your computer and use it in GitHub Desktop.
Gemfile: middleman, livereload, sass, bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// customize bootstrap here. | |
$orange: #EB6321 | |
@import "bootstrap" | |
@import "bootstrap-responsive" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#= require jquery | |
#= require bootstrap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source :rubygems | |
gem "middleman" | |
gem 'middleman-livereload' | |
gem 'bootstrap-sass' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment