henyojess / generator-gulp-ng

This is a yeoman generator for an angularjs project that follows the Best Practice Recommendations for Angular App Structure. It takes advantage of the gulp build tool and makes use of bower and npm for dependency management.
137 stars 27 forks source link

Jade support #2

Closed mykyta-shulipa closed 10 years ago

mykyta-shulipa commented 10 years ago

As I understand, your generator was developed without supporting Jade syntax? Is t possible to add it to generator? For example: yo gulp-ng --jade

henyojess commented 10 years ago

@nshulipa gulp-ng is for frontend only

mykyta-shulipa commented 10 years ago

@henyojess Jade is the frontend tool Check http://jade-lang.com/

niallobrien commented 10 years ago

Yes, but you want to use Jade & Angular together? Seems a little strange to me.

lobo-tuerto commented 10 years ago

It is not strange, it's common to write your angular views or partial in jade, in fact it is common to write your HTML in Jade for web apps. Angular is for making webapps.