Skip to content

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented May 4, 2017

When you're working on a deploy plugin or tweaking your deploy config, you often run ember deploy repeatedly, and each run usually invokes this plugin to do a full rebuild of your app, even though your app has not changed and the build options are identical.

This PR makes it possible to set the environment variable EMBER_CLI_DEPLOY_REUSE_BUILD to reuse the results from the previous run. This can make it much faster to test changes to all the configuration and plugins that come after the build plugin (which is most of them).

When you're working on a deploy plugin or tweaking your deploy config, you often run `ember deploy` repeatedly, and each run usually invokes this plugin to do a full rebuild of your app, even though your app has not changed and the build options are identical.

This PR makes it possible to set the environment variable EMBER_CLI_DEPLOY_REUSE_BUILD to reuse the results from the previous run. This can make it much faster to test changes to all the configuration and plugins that come after the build plugin (which is most of them).
@lukemelia lukemelia merged commit 07379d6 into ember-cli-deploy:master May 4, 2017
@lukemelia
Copy link
Contributor

Thanks @ef4!

@lukemelia
Copy link
Contributor

Released as 1.1.0

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