Skip to content

Commit

Permalink
Add carriage return to end of appended line
Browse files Browse the repository at this point in the history
Fixes #3031
  • Loading branch information
jcoyne authored Mar 7, 2023
1 parent 504184c commit 57e10f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/blacklight/assets_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def create_sprockets_javascript
def appease_sprockets4
return if !defined?(Sprockets::VERSION) || Sprockets::VERSION < '4' || using_importmap?

append_to_file 'app/assets/config/manifest.js', "\n//= link application.js"
append_to_file 'app/assets/config/manifest.js', "\n//= link application.js\n"
empty_directory 'app/assets/images'
end

Expand Down

0 comments on commit 57e10f5

Please sign in to comment.