Client proposals at Immense Networks
- Clients live in clients/
- Proposals live in clients/{client}
- layout.jade (in root dir) defines the layout of the generated proposal
- style.less (in root dir) defines the style of the generated proposal
grunt client:{client}[:create]
to create a new client w/ proposalgrunt client:{client}:create-proposal
to create a new proposalgrunt compile:{client}:{proposal}
to compile a proposal to HTML
- Jade mixins for marked renderers
- MD -> HTML -> PDF compilation grunt task
- default grunt task should watch -> compile
- Client-specific layouts/styles