diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-27 14:58:38 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-19 17:31:36 +0000 |
commit | 32b7e4fea84410e1dc4e5fbf3e32cceb3198e164 (patch) | |
tree | 09131e961548510edae3806f73fb63714b733028 /config/application.rb | |
parent | d0421bf9c9201e4b83e3d30b523c03abbeae1db2 (diff) |
Move to serving main.css from the asset pipeline
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 8c406151d..0ab7b9755 100644 --- a/config/application.rb +++ b/config/application.rb @@ -91,7 +91,8 @@ module Alaveteli config.assets.precompile += ['jquery.fancybox-1.3.4.pack.js', 'jquery-ui-1.8.15.custom.css', 'excanvas.min.js', - 'fonts.css'] + 'fonts.css', + 'main.css'] end end |