kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

Check specific ember-cli-coffeescript path #120

Closed kimroen closed 7 years ago

kimroen commented 7 years ago

Instead of discarding all paths that contains ember-cli-coffeescript, we now look for the specific path of this package.

I ran in to this when testing things in a folder called ember-cli-coffeescript-test and getting some unexpected results.