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

addon/ folder is ignored #73

Closed igillis closed 9 years ago

igillis commented 9 years ago

Hi all,

I'm creating an ember-cli addon in Coffeescript, and it seems that Coffeescript files in the addon/ folder aren't being pre-processed. If I put .js files there, it works fine.

Has anyone successfully built an addon in Coffeescript before? Am I missing something?

kimroen commented 9 years ago

Hi! This should be resolved as of ember-cli-coffeescript 0.10.0. Could you confirm that this is the version you are using?

kimroen commented 9 years ago

I'll close this, but just reopen this if you're still having problems.