Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coffeescript processing #8

Closed
ArnaudWopata opened this issue May 5, 2014 · 4 comments
Closed

Add coffeescript processing #8

ArnaudWopata opened this issue May 5, 2014 · 4 comments

Comments

@ArnaudWopata
Copy link

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
Copy link
Member

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
Copy link
Contributor

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

  • The source file templates would have to be ported to CoffeeScript.
  • You'd also probably want to port the Gulpfile to CoffeeScript.
  • You'd have to add the use of gulp-coffee into the Gulpfile for the compilation step.

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

bradyisom added a commit to bradyisom/slush-angular that referenced this issue May 21, 2014
Solve slushjs#8
Add CoffeeScript prompt
Add CoffeeScript versions of app source files
Did not convert gulpfile.js to gulpfile.coffee
@bradyisom
Copy link
Contributor

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

bradyisom added a commit to bradyisom/slush-angular that referenced this issue May 21, 2014
Solve slushjs#8
Add CoffeeScript prompt
Add CoffeeScript versions of app source files
Did not convert gulpfile.js to gulpfile.coffee
@joakimbeng
Copy link
Member

Merged and released in version 0.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants