lib/hackathon_manager/engine.rb in hackathon_manager-0.4.1 vs lib/hackathon_manager/engine.rb in hackathon_manager-0.4.2
- old
+ new
@@ -5,9 +5,10 @@
module HackathonManager
class Engine < ::Rails::Engine
initializer "hackathon_manager.assets.precompile" do |app|
app.config.assets.precompile += %w[
hackathon_manager/manage.css
+ hackathon_manager/core.css
hackathon_manager/home.css
hackathon_manager/vendor/*.js
hackathon_manager/vendor/*.css
hackathon_manager/mailer.css
]