fivetanley / ember-cli-migrator

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

Shouldn't walk into `node_modules` #12

Closed trisrael closed 9 years ago

trisrael commented 9 years ago

When running ember-cli-migrator I don't expect it to perform work on my node_modules directory but it does, I believe this is because it simply looks for any JS files and walks. One way of avoiding this would be to have a whitelist or blacklist of folders to work on (or not).

igorT commented 9 years ago

Are your app files root level, in the same place as node_modules?

trisrael commented 9 years ago

No they are in app folder. Does the ember-cli migrator work only on front end files? I thought it might do some other work in preparation for becoming a full fledged ember-clip project but I guess not.

igorT commented 9 years ago

Yup, it only works on the app files for now