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 broken test/index.html mutation #53

Merged
merged 1 commit into from Oct 23, 2019

Conversation

Turbo87
Copy link
Collaborator

@Turbo87 Turbo87 commented Oct 23, 2019

If ember build -prod is used the test file won't be built and the corresponding fs.readFileSync() operation would fail.

Resolves #48

If `ember build -prod` is used the test file won't be built and the corresponding `fs.readFileSync()` operation would fail.
@Turbo87
Copy link
Collaborator Author

Turbo87 commented Oct 23, 2019

It looks like the CI failure it unrelated and caused by the latest Ember CLI version no longer supporting Node.js 6

@RuslanZavacky RuslanZavacky merged commit f924f00 into adopted-ember-addons:master Oct 23, 2019
@RuslanZavacky
Copy link
Contributor

Make sense, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building with --environment=production fails with ENOENT
2 participants