An open API service indexing awesome lists of open source software.

https://github.com/fantasywind/generator-angular-jscg

This is a angular site generator with coffeescript / jade / stylus / gulp (Patch and rewrite from official version: generator-angular)
https://github.com/fantasywind/generator-angular-jscg

Last synced: about 1 year ago
JSON representation

This is a angular site generator with coffeescript / jade / stylus / gulp (Patch and rewrite from official version: generator-angular)

Awesome Lists containing this project

README

          

# generator-angular-jscg
This is a angular site generator with coffeescript / jade / stylus / gulp (Patch and rewrite from official version: [generator-angular](https://github.com/yeoman/generator-angular))

## View Cache

The directive generator ```yo angular-jscg:directive``` will generate cached view automatically. If you won't, add arguments __--no-cache__. Otherwise, if you generate view with ```yo angular-jscg:view```, add __--cache__ to generate cache view file.

The view files in __views/cached__ folder (and subfolders) will be cached after you build application.