WIP - use asset pipeline.
This commit is contained in:
parent
806aef1858
commit
476ad3f158
47 changed files with 206 additions and 212 deletions
|
@ -18,10 +18,6 @@ module Refinery
|
|||
end
|
||||
|
||||
class Engine < Rails::Engine
|
||||
initializer 'blog serves assets' do |app|
|
||||
app.middleware.insert_after ::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public"
|
||||
end
|
||||
|
||||
config.to_prepare do
|
||||
require File.expand_path('../refinery/blog/tabs', __FILE__)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue