Last active
December 21, 2015 07:49
-
-
Save samme/6273859 to your computer and use it in GitHub Desktop.
Create a new, sassy Compass project.
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
# compass help create | |
compass create my-project --syntax sass --sass-dir sass --css-dir css --images-dir img --javascripts-dir js --relative-assets --bare | |
# mate my-project my-project/config.rb | |
# subl my-project my-project/config.rb | |
open -t my-project/config.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment