Skip to content

Instantly share code, notes, and snippets.

@ychubachi
Last active December 12, 2015 09:48
Show Gist options
  • Save ychubachi/4754125 to your computer and use it in GitHub Desktop.
Save ychubachi/4754125 to your computer and use it in GitHub Desktop.
Gemfile: middleman, livereload, sass, bootstrap
// customize bootstrap here.
$orange: #EB6321
@import "bootstrap"
@import "bootstrap-responsive"
#= require jquery
#= require bootstrap
source :rubygems
gem "middleman"
gem 'middleman-livereload'
gem 'bootstrap-sass'

Files for middleman, livereload, sass, bootstrap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment