diff options
author | Mark Longair <mhl@pobox.com> | 2013-09-27 12:09:27 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-19 17:31:36 +0000 |
commit | 6d0ce53586762826ac522ffcb84755a88b64af29 (patch) | |
tree | 2133fd1cf2044adb5727146b45103e8be6e46628 /config/application.rb | |
parent | 8b5f74732c89e20bc12115ee730576e9fdec141f (diff) |
Serve fonts from the asset pipeline
Following the suggestion to use the sass-rails font-path helper:
http://aokolish.me/blog/2011/12/24/at-font-face-with-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 d5954cf5d..8c406151d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -90,7 +90,8 @@ module Alaveteli # grouped: config.assets.precompile += ['jquery.fancybox-1.3.4.pack.js', 'jquery-ui-1.8.15.custom.css', - 'excanvas.min.js'] + 'excanvas.min.js', + 'fonts.css'] end end |