diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-09 16:22:25 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-09 16:22:25 -0400 |
commit | 5bb96d4c2c8b42474953ca29d2422b3be60da25b (patch) | |
tree | 959adb3e57c0baf54f56253e5347f45960439b97 /media/config.rb | |
parent | 261b92d06de346cd5a6d18b9bdf38ee7084960ab (diff) |
updated styles and templates for revamped design
Diffstat (limited to 'media/config.rb')
-rw-r--r-- | media/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/config.rb b/media/config.rb index d3780dd..224163a 100644 --- a/media/config.rb +++ b/media/config.rb @@ -7,6 +7,6 @@ sass_dir = "sass" images_dir = "img" javascripts_dir = "js" output_style = :compressed - +#output_style = (environment == :production) ? :compressed : :expanded # To enable relative paths to assets via compass helper functions. Uncomment: # relative_assets = true |