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

fix assets precompile that broke during rails 6.1 upgrade #3949

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

grosser
Copy link
Contributor

@grosser grosser commented Apr 18, 2021

fixes #3948
nobody noticed because old assets stayed around

/cc @zendesk/compute

@adammw
Copy link
Contributor

adammw commented Apr 19, 2021

worth adding a CI test to ensure precompile works and includes expected plugin files?

@@ -110,10 +110,6 @@ def add_decorators
end
end

def add_assets_to_precompile
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this no longer required? rails upgrade does it automatically?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, it's automatic, either because of the new version or because it was in the wrong position before

@grosser
Copy link
Contributor Author

grosser commented Apr 19, 2021

idk how to write that test, so not going to invest more effort

@grosser grosser merged commit 4899509 into master Apr 19, 2021
@grosser grosser deleted the grosser/assets branch April 19, 2021 00:17
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.

assets:precompile not generate env plugin assets
2 participants