This is description
Prerequisites:
Installation process:
- Clone this repository
- Run
npm install
to install dependencies - Run
bower install
to install front-end dependencies
For project development with livereload run:
gulp serve
To build project run: (Result will be in dist/
folder.)
gulp build [--force]
To serve built project run:
gulp serve:dist
Gulp help:
gulp help
- CSS autoprefixing
- Webserver with liverelaod
- Jade compilation
- Sass compilation
- CSS/JS concating and minification
- JS linting
- Automatic wiring up Bower components
- Image optimaliztion
- Lean Modernizr builds
- Improved file caching
- Deploying via rsync/sftp
Project structure was generated by generator-lb using version 2.3.2.