[PATCH conductor] Redmine #2254: Always compile scss in dev enviroment.

Jason Guiditta jguiditt at redhat.com
Fri Dec 2 15:34:35 UTC 2011


https://www.aeolusproject.org/redmine/issues/2254
---
 src/config/environments/development.rb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/config/environments/development.rb b/src/config/environments/development.rb
index c8a77c2..21aeca8 100644
--- a/src/config/environments/development.rb
+++ b/src/config/environments/development.rb
@@ -43,4 +43,10 @@ Conductor::Application.configure do
 
   # Otherwise we eat these connections even outside of tests:
   WebMock.allow_net_connect! if defined?(WebMock)
+
+  Sass::Plugin.options.merge!(
+    :always_update => true,
+    :template_location => 'app/stylesheets',
+    :css_location => 'public/stylesheets/compiled'
+  )
 end
-- 
1.7.6.4




More information about the aeolus-devel mailing list