Skip to content

Commit

Permalink
Don't delete the javascript that rails 7 generates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 11, 2022
1 parent 656af36 commit 26a84b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/generators/blacklight/assets_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ def appease_rails7
return unless Rails.version > '7'

gem "sassc-rails", "~> 2.1"

remove_file 'app/javascript/application.js'
end

# Add sprockets javascript if needed
Expand Down

0 comments on commit 26a84b1

Please sign in to comment.