jgoux / generator-angulpify

Yeoman generator involving AngularJS, Gulp and Browserify
138 stars 21 forks source link

Coffee script support #1

Closed romkor closed 9 years ago

romkor commented 9 years ago

Any plans to support coffeescript?

jgoux commented 9 years ago

I don't use it but we can definitly add it to the mix. I also want to turn some features optional like Jade if the user doesn't want to use it.

jemsouse commented 9 years ago

Yeah that would be a good idea. Jade is somehow not as good as it sounds for me so...

jgoux commented 9 years ago

I'm rewriting the core of the generator (the index.js) and I'm integrating new features like Coffeescript and Jade, both totally optional. I hope I'll be able to publish the new version this week-end.

jgoux commented 9 years ago

Coffeescript is now supported in version 0.1.0! Jade is optional as well.