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

[webpack] Precompile assets on test env #113

Merged
merged 2 commits into from
Oct 10, 2018
Merged

Conversation

didierofrivia
Copy link
Member

What this PR does / why we need it:

Fixes possible stale assets when running the test battery

@didierofrivia didierofrivia requested a review from a team October 9, 2018 10:21
@didierofrivia didierofrivia self-assigned this Oct 9, 2018
@hallelujah
Copy link
Contributor

hallelujah commented Oct 9, 2018

Don't we need to edit that too?

test:
<<: *default
compile: true

@didierofrivia
Copy link
Member Author

@hallelujah that's set alright aleady :)

guicassolato
guicassolato previously approved these changes Oct 9, 2018
Copy link
Contributor

@guicassolato guicassolato left a comment

Choose a reason for hiding this comment

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

This also means that the builds will take a bit longer. I hope it helps. :/

@hallelujah
Copy link
Contributor

Hmm approved but if we are pre-compiling then better setting compile: false
At least it will behave like in production environment which is good as we will know if something went wrong

Copy link
Contributor

@hallelujah hallelujah left a comment

Choose a reason for hiding this comment

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

Dismissing approval

@@ -41,7 +41,7 @@ development:

test:
<<: *default
compile: true
compile: false
Copy link
Contributor

@hallelujah hallelujah Oct 10, 2018

Choose a reason for hiding this comment

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

So when developing you will need to pre-compile the assets everytime? Or does webpacker-dev-server do it for you? Would be good to add some instructions here or probably use some environment to control this.

Copy link
Member Author

Choose a reason for hiding this comment

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

on development the assets will be compiled when they are required. You could also use webpacker-dev-server for autoloading and other debugging goodness

Copy link
Contributor

@hallelujah hallelujah Oct 10, 2018

Choose a reason for hiding this comment

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

But this states that they will not be compiled when you test locally

Copy link
Member Author

Choose a reason for hiding this comment

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

not the tests, sadly, you'll need to precompile them manually.

Copy link
Contributor

Choose a reason for hiding this comment

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

That is a no go without instructions. But can't we have this with environment switch?

compile: <%=  ENV.fetch('WEBPACKER_COMPILE', true) %>

Then in the CI build set this environment to false

Copy link
Contributor

Choose a reason for hiding this comment

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

Answering: rails/webpacker#956

So no :/

@didierofrivia didierofrivia merged commit 50ce7de into master Oct 10, 2018
@didierofrivia didierofrivia deleted the webpack-precompile branch October 10, 2018 15:20
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.

3 participants