Skip to content

Commit 1ce475c

Browse files
author
jamesprior
committed
Adjusting jquery precompile include
1 parent fd803f0 commit 1ce475c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cms/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Engine < Rails::Engine
129129
app.config.assets.precompile += ['bcms/ckeditor_inline.js', 'bcms/ckeditor.js', 'bcms/ckeditor_standard_config.js']
130130

131131
# Unsure why jquery isn't getting precompiled.
132-
app.config.assets.precompile += ['jquery.js']
132+
app.config.assets.precompile += ['jquery']
133133
end
134134
end
135135
end

0 commit comments

Comments
 (0)