Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add newline to test app generator #3392

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Add newline to test app generator #3392

merged 1 commit into from
Jan 15, 2025

Conversation

taylor-steve
Copy link
Contributor

Trying to fix this error when backporting:

SyntaxError: --> /home/runner/work/spotlight/spotlight/.internal_test_app/config/initializers/assets.rb
syntax error, unexpected constant, expecting end-of-input
>  4  Rails.application.config.assets.version = "1.0"
>  8  Rails.application.config.assets.paths << Rails.root.join("node_modules/bootstrap/dist/js")
>  9  Rails.application.config.assets.paths << Rails.root.join("node_modules/bootstrap-icons/font")
> 10  Rails.application.config.assets.paths << Rails.root.join("node_modules/bootstrap/dist/js")
> 11  Rails.application.config.assets.precompile << "bootstrap.min.js"Rails.application.config.assets.precompile += %w( application_modern.css )

@taylor-steve taylor-steve marked this pull request as ready for review January 15, 2025 19:11
@jcoyne jcoyne merged commit ca5ce92 into release-4.x Jan 15, 2025
6 checks passed
@jcoyne jcoyne deleted the test-app-newline branch January 15, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants