Skip to content

Instantly share code, notes, and snippets.

@gustavom
Forked from nathansmith/config.rb
Created August 2, 2017 13:41
Show Gist options
  • Save gustavom/ac7e617847b32c2261f953b60e94214a to your computer and use it in GitHub Desktop.
Save gustavom/ac7e617847b32c2261f953b60e94214a to your computer and use it in GitHub Desktop.

Revisions

  1. @nathansmith nathansmith revised this gist Sep 18, 2012. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions config.rb
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    preferred_syntax = :sass
    http_path = '/'
    css_dir = 'assets/css'
    css_dir = 'assets/stylesheets'
    sass_dir = 'assets/sass'
    images_dir = 'assets/images'
    javascripts_dir = 'assets/js'
    javascripts_dir = 'assets/javascripts'
    relative_assets = true
    line_comments = true
    output_style = :compressed
    # output_style = :compressed
  2. @nathansmith nathansmith revised this gist Apr 11, 2012. 1 changed file with 8 additions and 14 deletions.
    22 changes: 8 additions & 14 deletions config.rb
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,9 @@
    # 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'

    # relative_assets = true
    # line_comments = false
    # output_style = :expanded or :nested or :compact or :compressed
    output_style = :compressed
    preferred_syntax = :sass
    asset_cache_buster = :none
    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
  3. @nathansmith nathansmith revised this gist Dec 27, 2011. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion config.rb
    Original 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
    preferred_syntax = :sass
    asset_cache_buster = :none
  4. @nathansmith nathansmith revised this gist Dec 7, 2011. 1 changed file with 2 additions and 12 deletions.
    14 changes: 2 additions & 12 deletions config.rb
    Original file line number Diff line number Diff line change
    @@ -7,18 +7,8 @@
    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:
    # 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:
    # output_style = :expanded or :nested or :compact or :compressed
    output_style = :compressed
    preferred_syntax = :sass
  5. @nathansmith nathansmith revised this gist Dec 7, 2011. 1 changed file with 6 additions and 5 deletions.
    11 changes: 6 additions & 5 deletions config.rb
    Original 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"
    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:
  6. @nathansmith nathansmith created this gist Aug 29, 2011.
    23 changes: 23 additions & 0 deletions config.rb
    Original 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