1. Install Gulp globally :
$ npm install -g gulp
2. Project installation made via npm.
$ npm install
The default task for Gulp.
$ gulp
If you want a detailed view of every tasks avalaible
$ gulp -T
A PSD file can be found in ./src/favicons/HTML5-Boilerplate-Favicons.psd
.
To create the favicons and touch icons for the project, open and save for the web the files in ./src/favicons
.
You should prefer something like a CDN for your libs. My prefered solution for now : is JSDeliver and a good article about that particular CDN.
Everything else is in ./src
and build in… ./build
.
./build
** is the project’s served root. **./src
** is the project’s source files root. **- Jade for your templating;
- Less-css for your CSS.
Images, CSS, JS assets will be compressed and published in .build/assets
.
- Learn LessCSS;
- Learn Jade;
- The Favicon template source : Drublic.de;
- The source of Everything : HTML5BoilerPlate;
- About Gulp and JS.