Skip to content

selvacodes/gulptask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulptask

Steps to use gulp for bundling / minification - windows / linux

  1. Install node and npm

  2. Install gulp-cli globally

   npm install gulp-cli -g`
  1. Install gulp as a dev dependency
 npm install gulp -D
  1. Install dependencies for budling and minification
 npm install gulp-concat gulp-minify-css gulp-order gulp-uglify del -D
  1. Add gulpfile.js with configuratios Sample gulp file for minification and bundling provided in the repo

  2. Run guip tasks with

gulp <task-name>

About

Sample for using gulp (js task runner)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published