diff options
author | Philip Arndt <git@p.arndt.io> | 2015-05-20 12:09:19 +1200 |
---|---|---|
committer | Philip Arndt <git@p.arndt.io> | 2015-05-20 12:09:19 +1200 |
commit | 48929c277c2181355b780d5a5364b4c688bb3bc9 (patch) | |
tree | bd2d2eb793f5a19847eba7d6e4efedc74fa1f5e0 /lib | |
parent | 4efb627e5b140c4e1dee252b12c1fea31b9a42aa (diff) | |
parent | de954c625840adb7c1e98f1c675e56bb5e3074d7 (diff) | |
download | refinerycms-blog-48929c277c2181355b780d5a5364b4c688bb3bc9.tar.gz refinerycms-blog-48929c277c2181355b780d5a5364b4c688bb3bc9.tar.bz2 refinerycms-blog-48929c277c2181355b780d5a5364b4c688bb3bc9.zip |
Merge pull request #438 from refinery/merge-pr-432
Replaces #432
Diffstat (limited to 'lib')
-rw-r--r-- | lib/refinery/blog/engine.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/refinery/blog/engine.rb b/lib/refinery/blog/engine.rb index c4c39d8..cc0d59a 100644 --- a/lib/refinery/blog/engine.rb +++ b/lib/refinery/blog/engine.rb @@ -12,6 +12,11 @@ module Refinery plugin.url = proc { Refinery::Core::Engine.routes.url_helpers.blog_admin_posts_path } plugin.menu_match = %r{refinery/blog/?(posts|comments|categories)?} end + + Rails.application.config.assets.precompile += %w( + refinery/blog/backend.css + refinery/blog/**/*.css + ) end config.after_initialize do |