Skip to content

Starter files for creating basic gulp build scripts.

Notifications You must be signed in to change notification settings

sebnitu/starter-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Gulp

devDependency Status

About

Starter gulp is a personal collection of my most commonly used build tasks. Included are tasks that process the following files:

  • Styles
  • Scripts
  • Images
  • SVGs
  • SVG Symbols
  • Feather Icons

Getting Started

[Step 1] Install Node packages:

npm install

[Step 2] Customize the config file via:

tasks/_config.js

[Step 3] Import and export all the tasks that you'd like made available in your project via:

gulpfile.babel.js

[Step 4] View all available tasks:

gulp --tasks

[Step 5] Enjoy!

About

Starter files for creating basic gulp build scripts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published