A tiny grunt configuration
styles
: Compile styl, autoprefix, optimize with CSSo
views
: Compile jade
js
: Concat, optimize, minify and mangle
build
: JSbeautifier, JShint
time
: Lint, build & test while benchmarking
deploy
: Add git tags & push upstream
default
: Build, lint, test, server & watch
While always autoreloading, autocorrecting and watching everything...
.
├── api
├── assets // CDN-ready files
│ ├── images
│ ├── js
│ ├── vendor // bower
│ ├── styles
│ └── views
├── build
├── config // server config
├── grunt
└── tests
MIT © Yoshua Wuyts