Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Jan 22, 2025
1 parent fea92d4 commit 0171406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions comfortable_media_surfer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ Gem::Specification.new do |spec|
spec.description = 'ComfortableMediaSurfer is a powerful Rails 7.0+ CMS Engine'
spec.license = 'MIT'

spec.post_install_message = <<~MSG
Please run rake comfy:compile_assets to compile assets.
MSG
spec.post_install_message = 'Please run rake comfy:compile_assets to compile assets.'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|doc)/})
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Application < Rails::Application
# not contain `.rb` files, or that should not be reloaded or eager loaded.
# Common ones are `templates`, `generators`, or `middleware`, for example.
config.add_autoload_paths_to_load_path = false
config.autoload_lib(ignore: %w[generators rubygems_plugin.rb])
config.autoload_lib(ignore: %w[generators])
end

# Making sure we don't load our dev routes as part of the engine
Expand Down

0 comments on commit 0171406

Please sign in to comment.