Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

shinze/gulp-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A gulp and bower config for my everyday work


Deprecated

Install and get it to run

1. Install Gulp globally :

$ npm install -g gulp

2. Project installation made via npm.

$ npm install

3. Running Gulp

The default task for Gulp.

$ gulp

If you want a detailed view of every tasks avalaible

$ gulp -T

The most important ! Favicons and touch icons

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.

Javascript(s)

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

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.

Resources