trusty-cms 1.1.7 → 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/trusty_cms/engine.rb +1 -1
- data/lib/trusty_cms.rb +1 -1
- metadata +1 -1
data/lib/trusty_cms/engine.rb
CHANGED
@@ -2,7 +2,7 @@ module TrustyCms
|
|
2
2
|
class Engine < Rails::Engine
|
3
3
|
paths["app/helpers"] = []
|
4
4
|
initializer "trusty_cms.assets.precompile" do |app|
|
5
|
-
app.config.assets.precompile += %w(admin/main.
|
5
|
+
app.config.assets.precompile += %w(admin/main.css admin.js)
|
6
6
|
end
|
7
7
|
end
|
8
8
|
end
|
data/lib/trusty_cms.rb
CHANGED