Created
July 5, 2010 13:47
-
-
Save kogakure/464363 to your computer and use it in GitHub Desktop.
Compass: Project creation & my preferred config.rb
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
| http_path = "/" | |
| sass_dir = "src" | |
| css_dir = "css" | |
| images_dir = "css/img" | |
| javascripts_dir = "js" | |
| line_comments = false | |
| preferred_syntax = :sass | |
| output_style = :compact | |
| relative_assets = true |
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
| compass create myproject --syntax sass --css-dir css --images-dir css/img --javascripts-dir js --relative-assets |
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
| compass create myproject --syntax sass --css-dir css --images-dir css/img --javascripts-dir js --relative-assets --using blueprint/semantic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment