Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 581 Bytes

File metadata and controls

19 lines (14 loc) · 581 Bytes

Features

  • Auto compile jade, less and coffee files when they changed
  • Auto inject script references to index html
  • Livereload, automatically refresh browser when files changed
  • Annotate angular dependencies
  • Bundle templates into js files by using $templateCache
  • Concat/minify css/js
  • Minify images
  • Rename css/js/image file names with MD5 hash
  • String replacing based config switching

How to use

Run grunt dev for development.

Run grunt prod for production distribution preview.

Run grunt dist to generate dist/ dir which you can simply throw into CDN.