Skip to content

Instantly share code, notes, and snippets.

@Ourelius
Ourelius / Compass
Last active August 29, 2015 14:20 — forked from leemour/Compass
# compass create --syntax sass --sass-dir "app/assets/stylesheets" --css-dir "public/stylesheets" --javascripts-dir "app/assets/javascripts" --images-dir "public/images"
compass create -r bootstrap-sass --using bootstrap --syntax sass --sass-dir "app/assets/stylesheets" --css-dir "public/stylesheets" --javascripts-dir "app/assets/javascripts" --images-dir "public/images"
# compass create compass-test -r bootstrap-sass --using bootstrap --syntax sass
# Result:
Congratulations! Your compass project has been created.
You may now add and edit sass stylesheets in the sass subdirectory of your project.