aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-09-30 09:01:50 +0100
committerMark Longair <mhl@pobox.com>2013-09-30 10:34:20 +0100
commitbd81b21cad716899312e73c0129a09d54154a5a7 (patch)
tree183f05955b8d928f9658be58fdfee8617c36ce50 /config/environments/development.rb
parent7f915bf9153cac94ed2f17fee7e7ea2ee9edce8f (diff)
Beginning of switch to using the asset pipeline
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 54ab2977f..629685c50 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -27,4 +27,11 @@ Alaveteli::Application.configure do
# Print deprecation notices to the Rails logger
config.active_support.deprecation = :log
+
+ # Do not compress assets
+ config.assets.compress = false
+
+ # Expands the lines which load the assets
+ config.assets.debug = true
+
end