Created
December 28, 2013 20:05
-
-
Save pesblog/8163555 to your computer and use it in GitHub Desktop.
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
gem install middleman | |
gem install middleman-slim | |
gem install stylus | |
middleman init foo -T slim | |
cd foo | |
vi Gemfile | |
+ gem "stylus" | |
vi config.rb | |
+ require 'slim' | |
bundle update | |
middleman server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment