slushjs / slush-angular

A slush generator for AngularJS using the Google Angular App Structure Recommendations
129 stars 32 forks source link

Add coffeescript processing #8

Closed ArnaudWopata closed 10 years ago

ArnaudWopata commented 10 years ago

Many of us Angular devs use coffeescript. It would be very handy to have the coffeescript processing included in this generator.

It could either be an optional feature or transparent.

joakimbeng commented 10 years ago

Sounds good. I'm not using Coffescript myself and don't know the best way to setup such project so I would gladly accept a PR for this.

bradyisom commented 10 years ago

+1. Setup/layout for the project would be the same, except:

It's fairly straightforward, let me put together a quick PR

bradyisom commented 10 years ago

I didn't end up converting the Gulpfile to CoffeeScript, but the PR gets most things up and running in CoffeeScript.

joakimbeng commented 10 years ago

Merged and released in version 0.4.0