aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPhilip Arndt <git@p.arndt.io>2015-05-20 12:09:19 +1200
committerPhilip Arndt <git@p.arndt.io>2015-05-20 12:09:19 +1200
commit48929c277c2181355b780d5a5364b4c688bb3bc9 (patch)
treebd2d2eb793f5a19847eba7d6e4efedc74fa1f5e0 /lib
parent4efb627e5b140c4e1dee252b12c1fea31b9a42aa (diff)
parentde954c625840adb7c1e98f1c675e56bb5e3074d7 (diff)
downloadrefinerycms-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.rb5
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