Grunt, LESS and include-replace for all your webapp development needs. Project is meant primarily for Orange Hill Development internal use but feel free to use it if you like it.
Project will be maintained on a as-needed basis, so while you're free to submit issues and PRs these will only be solved/merged if we feel it's in the interest of our internal development process.
- Create a project folder (e.g.
/projects/orange-project) - Create a folder named
devin the project folder (/projects/orange-project/dev) - Download orange-boilerplate to
devfolder. Important: NOT the project folder! - Run
npm installandbower installindev. - That's it, you're ready to
grunt serve. Have fun! - When ready, build using
grunt buildand the dist will be deployed to the project folder (/projects/orange-project)
MIT