Skip to content

A simple gulp toolbox for Modern Web (WordPress Theme & Plugin) Development

License

Notifications You must be signed in to change notification settings

Kudratullah/wp-gulp-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install gulp-cli use following command npm install gulp-cli -g

CD to your project folder. cd /path/to/project/direcotry/

Use following command to install dependencies npm install

Use following command to start compiling SCSS and JS Files on change gulp watch

Other commands:

  1. Compile SCSS gulp compile:scss
  2. Compile JS gulp compile:js
  3. Build gulp build

About

A simple gulp toolbox for Modern Web (WordPress Theme & Plugin) Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published