There was an error while loading. Please reload this page.
1 parent fd803f0 commit 1ce475cCopy full SHA for 1ce475c
lib/cms/engine.rb
@@ -129,7 +129,7 @@ class Engine < Rails::Engine
129
app.config.assets.precompile += ['bcms/ckeditor_inline.js', 'bcms/ckeditor.js', 'bcms/ckeditor_standard_config.js']
130
131
# Unsure why jquery isn't getting precompiled.
132
- app.config.assets.precompile += ['jquery.js']
+ app.config.assets.precompile += ['jquery']
133
end
134
135
0 commit comments