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

feat(update): Add update command #71

Closed
wants to merge 1 commit into from
Closed

Conversation

plwalters
Copy link
Contributor

This adds the ability to update official aurelia dependencies in one command

This adds the ability to update official aurelia dependencies in one command
@plwalters
Copy link
Contributor Author

@joelcoxokc @zewa666 @ahmedshuhel The only issue remaining that I see is jspm clean is run too early once the first promise is resolved. Gladly accept any ideas for fixing that otherwise we can open an issue to add that as an enhancement to spawn-promise which should resolve that issue.

@@ -0,0 +1,14 @@
import * as logger from '../lib/logger';
Copy link
Member

Choose a reason for hiding this comment

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

So according to our last discussion should we do this one via require?

@joelcoxokc
Copy link
Contributor

@PWKad Would you like me to convert this PR to our new API?

@plwalters plwalters closed this May 28, 2015
@JeroenVinke JeroenVinke deleted the feat/add-update-command branch February 2, 2018 09:40
ryan-smith-virteom added a commit to ryan-smith-virteom/cli that referenced this pull request Mar 6, 2018
…ride function

aurelia/testing ComponentTester wasn't working. Bootstrapper failed to return with an error that there was no loader defined. Tracked the error down to a dependency reassigning window.require because define.amd was undefined.

aurelia/testing issue aurelia#71
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants