Commit 1ca0cc8

mo khan <mo@mokhan.ca>
2015-04-18 16:09:30
load a single asset file in development mode.
1 parent c88992f
Changed files (1)
config
environments
config/environments/development.rb
@@ -26,7 +26,7 @@ Rails.application.configure do
   # Debug mode disables concatenation and preprocessing of assets.
   # This option may cause significant delays in view rendering with a large
   # number of complex assets.
-  config.assets.debug = true
+  config.assets.debug = false
 
   # Asset digests allow you to set far-future HTTP expiration dates on all assets,
   # yet still be able to expire them through the digest params.