Skip to content

Commit

Permalink
Added missing precompile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
russellquinn committed Dec 25, 2016
1 parent 25cab5d commit 2ffd82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/casein/engine.rb
Expand Up @@ -6,7 +6,7 @@ module Casein
class Engine < Rails::Engine

initializer "casein.assets.precompile" do |app|
app.config.assets.precompile += %w(casein/login.css casein/casein.css casein/casein.js casein/html5shiv.js casein/custom.css casein/custom.js casein/*.png)
app.config.assets.precompile += %w(casein/login.css casein/casein.css casein/casein.js casein/html5shiv.js casein/custom.css casein/custom.js casein/auth_custom.css casein/auth_custom.js casein/*.png)
end

rake_tasks do
Expand Down

0 comments on commit 2ffd82c

Please sign in to comment.