- 
      
- 
        Save gustavom/ac7e617847b32c2261f953b60e94214a to your computer and use it in GitHub Desktop. 
Revisions
- 
        nathansmith revised this gist Sep 18, 2012 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ preferred_syntax = :sass http_path = '/' css_dir = 'assets/stylesheets' sass_dir = 'assets/sass' images_dir = 'assets/images' javascripts_dir = 'assets/javascripts' relative_assets = true line_comments = true # output_style = :compressed 
- 
        nathansmith revised this gist Apr 11, 2012 . 1 changed file with 8 additions and 14 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,9 @@ preferred_syntax = :sass http_path = '/' css_dir = 'assets/css' sass_dir = 'assets/sass' images_dir = 'assets/images' javascripts_dir = 'assets/js' relative_assets = true line_comments = true output_style = :compressed 
- 
        nathansmith revised this gist Dec 27, 2011 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,5 @@ # line_comments = false # output_style = :expanded or :nested or :compact or :compressed output_style = :compressed preferred_syntax = :sass asset_cache_buster = :none 
- 
        nathansmith revised this gist Dec 7, 2011 . 1 changed file with 2 additions and 12 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -7,18 +7,8 @@ images_dir = 'images' javascripts_dir = 'javascripts' # relative_assets = true # line_comments = false # output_style = :expanded or :nested or :compact or :compressed output_style = :compressed preferred_syntax = :sass 
- 
        nathansmith revised this gist Dec 7, 2011 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,16 @@ # Require any additional compass plugins here. # Set this to the root of your project when deployed: http_path = '/' css_dir = 'stylesheets' sass_dir = 'sass' images_dir = 'images' javascripts_dir = 'javascripts' # You can select your preferred output style # here (can be overridden via the command line): # output_style = :expanded or :nested or :compact or :compressed output_style = :compressed # To enable relative paths to assets via # compass helper functions. Uncomment: 
- 
        nathansmith created this gist Aug 29, 2011 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ # Require any additional compass plugins here. # Set this to the root of your project when deployed: http_path = "/" css_dir = "stylesheets" sass_dir = "sass" images_dir = "images" javascripts_dir = "javascripts" # You can select your preferred output style # here (can be overridden via the command line): # output_style = :expanded or :nested or :compact or :compressed # To enable relative paths to assets via # compass helper functions. Uncomment: # relative_assets = true # To disable debugging comments that display the # original location of your selectors. Uncomment: # line_comments = false # Comment this out to default to SCSS: preferred_syntax = :sass