Skip to content

Commit

Permalink
ckeditor config.js
Browse files Browse the repository at this point in the history
Ace Suares committed Aug 6, 2021
1 parent 5a778e4 commit e184f07
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/inline_forms_installer_core.rb
Original file line number Diff line number Diff line change
@@ -325,7 +325,7 @@ def self.down
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"
directory File.join(GENERATOR_PATH,'lib/generators/assets/javascripts'), "app/assets"

say "- Add ckeditor/config.js to precompile assets..."
append_to_file 'config/initializers/assets.rb',

0 comments on commit e184f07

Please sign in to comment.