aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/application.rb5
-rw-r--r--config/general.yml-example3
2 files changed, 8 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb
index 1cff3a125..923542607 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -113,5 +113,10 @@ module Alaveteli
'ie6.css',
'ie7.css']
+ config.sass.load_paths += [
+ "#{Gem.loaded_specs['foundation-rails'].full_gem_path}/vendor/assets/stylesheets/foundation/components",
+ "#{Gem.loaded_specs['foundation-rails'].full_gem_path}/vendor/assets/stylesheets/foundation/"
+ ]
+
end
end
diff --git a/config/general.yml-example b/config/general.yml-example
index ec9bdb6b5..6e223406e 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -253,3 +253,6 @@ SHARED_DIRECTORIES:
# user via the user admin page.
ALLOW_BATCH_REQUESTS: false
+
+# Should we use the responsive stylesheets?
+RESPONSIVE_STYLING: false