lib/trestle/auth/engine.rb in trestle-auth-0.2.5 vs lib/trestle/auth/engine.rb in trestle-auth-0.3.0

- old
+ new

@@ -1,8 +1,8 @@ module Trestle module Auth class Engine < ::Rails::Engine - config.assets.precompile << "trestle/auth.css" << "trestle/auth.js" << "trestle/auth/userbox.scss" + config.assets.precompile << "trestle/auth.css" << "trestle/auth/userbox.css" config.before_initialize do Trestle::Engine.paths["app/helpers"].concat(paths["app/helpers"].existent) end