I am trying to write out an Ember CLI Addon and have been following through the documentation. I am pulling out a component from one of my apps for the purpose of making it sharable. However, it was originally written using coffeescript and when I go through the build process Broccoli is not transpiling it into javascript. I know that is the only reason as I created a dummy file with the transpiled name and I was able to import it into my project.
I already have ember-cli-coffeescript saved as a dependency. Does anyone know if everything under the addon directory is not preprocessed?