Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.04 KB

piglet Dependency Status Code Climate

A tiny grunt configuration

Commands

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...

Directory structure

.
├── api
├── assets                // CDN-ready files
│   ├── images
│   ├── js
│   ├── vendor            // bower
│   ├── styles
│   └── views
├── build
├── config                // server config
├── grunt
└── tests  

License

MIT © Yoshua Wuyts