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

Read asset paths from EmberApp outputPaths option #37

Closed
wants to merge 1 commit into from
Closed

Read asset paths from EmberApp outputPaths option #37

wants to merge 1 commit into from

Conversation

gpoitch
Copy link
Contributor

@gpoitch gpoitch commented May 25, 2015

Fixes #36

var appName = process.env.EMBER_CLI_FASTBOOT_APP_NAME || this.project.name();

return this.runCommand(appName, options);
var appOutputPaths = JSON.parse(process.env.EMBER_CLI_FASTBOOT_APP_OUTPUT_PATHS);
Copy link
Member

Choose a reason for hiding this comment

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

This needs to have a fallback. Otherwise fastboot can only be used while building (since included hook is only ran for builds).

Maybe we should add a fastboot specific config file at config/fastboot.js for the shared config?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rwjblue not sure how to proceed here. Since the app has to be built at least once to serve it, write the output paths to a temp file?

@gpoitch gpoitch closed this Feb 10, 2016
xg-wang pushed a commit to xg-wang/ember-cli-fastboot that referenced this pull request Nov 16, 2020
…mocha-5.0.0

Update mocha to the latest version 🚀
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.

Doesn't read from custom EmberApp outputPaths
2 participants