/**
* Author : Pradeep Kumar
* Creation Date: Sept 29, 2019
* Description: This file is used for knowlede base for gulp setup
*/


1. installing gulp globally

  npm install -g gulp@2.2.0

2. After this run this Command. It will install all necessary libraries for running gulp

  npm install

3. to generate css/js and compressing the images run this command

  gulp --production

 If you get any error then delete the node_modules folder, give write permission to the root of this file
  and repete the above steps again


sudo apt install build-essential
apt-get install libpng-dev -y --no-install-recommends

npm install guetzli --cairo --with-x --tests
