Skip to content

nolanlawson/yeoman-angular-jade-seed

Repository files navigation

Yeoman Angular Jade Seed

Love using the Yeoman Angular generator, but disappointed that you can't use Jade instead of HTML? This seed is for you.

Just check out this project and rename all instances of yeomanAngularJadeSeed/yeomanangularjadeseed to your app's name. That's it.

If you're handy with Git, you can even just run yo angular yourself, and then apply this commit to add Jade.

How does it work?

This seed app was built with Yeoman 1.1.2 using

yo angular

... plus all the trimmings: Sass, Bootstrap, Bootstrap-Sass, angular-resource, angular-cookies, angular-sanitize, angular-route.

Then I just replaced the HTML with Jade, following these instructions. Simple as that.

Workflow

It's Yeoman! To run in dev mode:

grunt serve

To build:

grunt build

To test:

grunt test

It all works with Jade. Grunt-watch will even watch your Jade changes and instantly transform them into HTML. Magic!

Future

Consider this project deprecated when the Jade feature has been added to the Yeoman Angular generator.

About

A Yeoman Angular seed project, but with Jade instead of HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published