Skip to content

Commit

Permalink
Very simple compass config for easy support
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Jul 28, 2014
1 parent 5ccba0f commit ed92105
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.rb
@@ -0,0 +1,14 @@
# Require any additional compass plugins here.

sass_dir = "./"
css_dir = "./"
relative_assets = true

# Development or production?
environment = :development

# Compress the CSS when in production
output_style = environment == :production ? :compressed : :nested

# Disable debugging comments that display the original location of your selectors
line_comments = false

0 comments on commit ed92105

Please sign in to comment.