diff options
Diffstat (limited to 'bak/design/config.rb')
-rw-r--r-- | bak/design/config.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bak/design/config.rb b/bak/design/config.rb new file mode 100644 index 0000000..3d2c82a --- /dev/null +++ b/bak/design/config.rb @@ -0,0 +1,12 @@ +project_type = :stand_alone +# Set this to the root of your project when deployed: +http_path = "/" +css_dir = "../site/media" +sass_dir = "sass" +images_dir = "../site/media/img" +javascripts_dir = "../site/media" +#output_style = :compressed +output_style = :compressed +#output_style = (environment == :production) ? :compressed : :expanded +# To enable relative paths to assets via compass helper functions. Uncomment: +# relative_assets = true |