Update susy gem installation command.

This commit is contained in:
theotheo 2012-07-17 00:52:06 +04:00
parent 9dad67bf9b
commit 0b1b8ca7d1

View file

@ -1,9 +1,9 @@
### ###
# Compass # Compass
### ###
# Susy grids in Compass # Susy grids in Compass
# First: gem install compass-susy-plugin # First: gem install susy --pre
# require 'susy' # require 'susy'
# Change Compass configuration # Change Compass configuration
@ -16,13 +16,13 @@
### ###
# Per-page layout changes: # Per-page layout changes:
# #
# With no layout # With no layout
# page "/path/to/file.html", :layout => false # page "/path/to/file.html", :layout => false
# #
# With alternative layout # With alternative layout
# page "/path/to/file.html", :layout => :otherlayout # page "/path/to/file.html", :layout => :otherlayout
# #
# A path which all have the same layout # A path which all have the same layout
# with_layout :admin do # with_layout :admin do
# page "/admin/*" # page "/admin/*"
@ -72,21 +72,21 @@ set :images_dir, '<%= options[:images_dir] -%>'
configure :build do configure :build do
# For example, change the Compass output style for deployment # For example, change the Compass output style for deployment
# activate :minify_css # activate :minify_css
# Minify Javascript on build # Minify Javascript on build
# activate :minify_javascript # activate :minify_javascript
# Enable cache buster # Enable cache buster
# activate :cache_buster # activate :cache_buster
# Use relative URLs # Use relative URLs
# activate :relative_assets # activate :relative_assets
# Compress PNGs after build # Compress PNGs after build
# First: gem install middleman-smusher # First: gem install middleman-smusher
# require "middleman-smusher" # require "middleman-smusher"
# activate :smusher # activate :smusher
# Or use a different image path # Or use a different image path
# set :http_path, "/Content/images/" # set :http_path, "/Content/images/"
end end