Skip to content

This program is created for step by step learning of the gulp process to automate and enhance your workflow by preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before.

License

YogendraChauhan/Gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate Work Flow Using Gulp

This program is created for step by step learning of the gulp process to automate and enhance your workflow by preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how gulp is helpful for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.

Prerequisites

What things you need to install to automate your workflow and how to install them, if you don't have node.js & npm installed on your system, install it from here (https://nodejs.org/en/).

List of the npm commands are:

npm init
npm install --global gulp
npm install --save-dev gulp
npm install --save-dev gulp-concat
npm install --save-dev gulp-uglify
npm install --save-dev gulp-minify-css
npm install --save-dev gulp-imagemin
npm install --save-dev del
npm install --save-dev gulp-inject
npm install --save-dev run-sequence
npm install --save-dev gulp-connect

How to Run

  • See all the dev dependencies in package.json file.
  • Run npm install command to install all the dev dependencies.
  • Execute code with npm run serve, npm run build commands & visit [http://localhost:8888] to see changes.

npm run serve command executes code locally & served on [http://localhost:8888]. npm run build command creates a minified & optimized production build in build folder. see package.json for more understanding.

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL License - see the LICENSE file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

This program is created for step by step learning of the gulp process to automate and enhance your workflow by preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published