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

Allow build environment to be passed as an argument #17

Merged
merged 1 commit into from
May 22, 2015

Conversation

mike-north
Copy link
Contributor

Example

ember github-pages:commit --message "Initial gh-pages release" --environment development

@@ -22,7 +27,7 @@ module.exports = {
var execOptions = { cwd: root };

function buildApp() {
return runCommand('ember build --environment=production', execOptions);
return runCommand('ember build --environment=' + options.environment, execOptions);

Choose a reason for hiding this comment

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

Line is too long.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

wow this is awesome lol

@DanielOchoa
Copy link
Contributor

👍

DanielOchoa added a commit that referenced this pull request May 22, 2015
Allow build environment to be passed as an argument
@DanielOchoa DanielOchoa merged commit 43407d5 into poetic:master May 22, 2015
@mike-north mike-north deleted the build-env branch May 22, 2015 03:24
@mike-north
Copy link
Contributor Author

@DanielOchoa mind tagging a release

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