-
Notifications
You must be signed in to change notification settings - Fork 519
Please provide guidance on how to upgrade #920
Comments
The changes we're making to the libraries don't require you to change your application. The changes to the templates also don't require you to update in any way, since they are templates, rather than something you're taking an ongoing dependency on. However I appreciate it's nice to get the features in the latest templates. @MeirionHughes, do you have any advice for people who want to update their Aurelia apps? Failing that, please check the diff in the relevant commits (37df309, e3a8c13, 018a3e6) - applying the same changes to your app is the quickest way to follow along - I'm not aware of any shortcut beyond that. Hope that's OK! |
That helps, thank you. I was wondering if I could update through a command-line, similar to creating the project with |
This was pretty easy. |
Glad you got it working. There are only a few important things that need to be done really (for anyone still unclear).
|
It would be really helpful if there was instructions provided on how to upgrade from one JavaScriptServices version to the next. I need to update my Aurelia app to pull in the HMR that was just completed.
The text was updated successfully, but these errors were encountered: