fivetanley / ember-cli-migrator

migrate your files to the standard ember-cli structure, preserving git history
MIT License
106 stars 22 forks source link

Tony/move unknown filetypes #20

Closed tonysherbondy closed 9 years ago

tonysherbondy commented 9 years ago

@igorT Copies unknown file types (erb, coffee, etc) to nonjs folder, but also keeps relative folder naming. This should make it easier to port those files.

igorT commented 9 years ago

Can you rebase?

tonysherbondy commented 9 years ago

rebasèd

igorT commented 9 years ago

Heh, I was about to do it myself :)

tonysherbondy commented 9 years ago

heh, actually, let me move the templates over to a better spot

tonysherbondy commented 9 years ago

ok, done

tonysherbondy commented 9 years ago

ok, this should take care of it, tests added.

tonysherbondy commented 9 years ago

ok, fixed your file > filePath issue