Closed karudo closed 10 years ago
@karudo
In short answer: Yes.
We will support the CoffeeScript. I came from the world of CoffeeScript programming and knew that it is one of the coolest things in javascript world. I would love to have it on board.
But on the road map of now, we are working on the core features which includes ember testing -- integration tests and unit tests on the server are the most important tasks we need to tackle.
Then, I am going to have a solution on add-on. I am going to modulize the gulp tasks, and create a nice add-on environments so devs could do some magics to add additional behaviors to the core of ember-rocks program. CoffeeScript would be an add-on module to be added in the nice eco system and it won't be ever in the core of ember-rocks project. I believe that ember-cli only ship add-on feature recently, and it is still fairly new concept. I will pay close attention on it. and eventually ship something similar.
At the same time, watch and star the ember-rocks project, and you should be notified when the features are shipped.
Is there a simple way to support coffee-script? Like
npm install --save-dev ember-cli-coffeescript
in ember-cli?