Skip to content

Commit

Permalink
ckeditor config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Suares committed Aug 6, 2021
1 parent 2e3bbf0 commit 5a778e4
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/inline_forms_installer_core.rb
Original file line number Diff line number Diff line change
@@ -324,6 +324,9 @@ def self.down
say "- Install ckeditor..."
generate "ckeditor:install --orm=active_record --backend=carrierwave"

say "- Copy ckeditor/config.js to app/javascripts..."
directory File.join(GENERATOR_PATH,'lib/generators/javascripts'), "app/assets"

say "- Add ckeditor/config.js to precompile assets..."
append_to_file 'config/initializers/assets.rb',
'Rails.application.config.assets.precompile += %w[ckeditor/config.js]'
2 changes: 1 addition & 1 deletion lib/inline_forms/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding : utf-8 -*-
module InlineForms
VERSION = "6.2.3"
VERSION = "6.2.4"
end

0 comments on commit 5a778e4

Please sign in to comment.