Last active
December 17, 2015 05:49
-
-
Save zhannes/5561008 to your computer and use it in GitHub Desktop.
This is here now: https://github.com/zhannes/mm_starter. Middleman with slim, stylus, coffee script, assets (concat, minify, fingerprint)
This file contains 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
# If you have OpenSSL installed, we recommend updating | |
# the following line to use "https" | |
source 'http://rubygems.org' | |
gem "middleman", :github => "middleman/middleman" | |
gem 'middleman-sprockets', :github => "middleman/middleman-sprockets" | |
gem "stylus" | |
gem "slim" | |
gem "gist" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment