Skip to content

Commit

Permalink
Adjustments to Compass config
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed Dec 22, 2011
1 parent 1010bc3 commit cb31cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


# Set this to the root of your project (usually where this file lives) when deployed:
http_path = (environment == :production) ? "/compass-boilerplate" : "/sub-folder/compass-boilerplate"
# http_path = "/"

css_dir = "stylesheets"
sass_dir = "sass"
Expand All @@ -16,7 +16,7 @@
output_style = (environment == :production) ? :compressed : :expanded

# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
relative_assets = true

# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false
Expand Down

0 comments on commit cb31cd9

Please sign in to comment.