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

Best path to upgrading angular2-seed? #681

Closed
jayhahn opened this issue Mar 24, 2016 · 1 comment
Closed

Best path to upgrading angular2-seed? #681

jayhahn opened this issue Mar 24, 2016 · 1 comment

Comments

@jayhahn
Copy link

jayhahn commented Mar 24, 2016

I'm running on a very early version of angular2-seed based on [email protected]. It looks like a lot has changed since then and I want to upgrade it to at least match beta.9.

Is there an easy way to do this? Or do I kind of have to individually look at all the files/dependencies that have changed and try to make those changes to my existing beta.0 version of angular2-seed? There doesn't seem to be a changelog to track what got changed/dropped/added.

@mgechev
Copy link
Owner

mgechev commented Mar 25, 2016

Hey @jayhahn. Unfortunately updating to the latest seed from this exact version will not be an easy task.

In beta.8 @ludohenin did a major refactoring which makes the update process trivial but it broke the backwards compatibility with previous versions. What I can recommend you to do is to download the latest seed version (or beta.9 instead, take a look at #682), and move your application to the src directory. If you haven't done any significant changes in the build, the migration should be trivial as well.

@mgechev mgechev closed this as completed Mar 25, 2016
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

No branches or pull requests

2 participants