ember.js - How to migrate a grunt project into ember-cli project -


i have js project using ember.js, managed grunt. when ember-cli trend of ember.js management tool, want migrate existing grunt project ember-cli project.

according ember-cli manual, tried ember cli migrator, require existing project git version-controlled project, otherwise cannot migrate. there way migrate existing project without git repo?

i got it, following operations should proceeded:

  1. install git;
  2. git init
  3. git add
  4. git commit -m "anything"

that's all.


Popular posts from this blog