1.0.0 • Published 2 years ago

@ilabdev/default v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@ilabdev/default

Gulp series tasks for default, build and watch

Installation & set up

Install @ilabdev/default

npm install @ilabdev/default --save-dev

-- OR --

yarn add @ilabdev/default --dev

Include @ilabdev/default in your gulpfile.js

NOTE: Make sure you pass gulp through to the package as shown below. The package sets up gulp tasks and will need it passed through to work. This package also has to be at the end of the gulpfile, otherwise the tasks won't be registered yet.

require( '@ilabdev/default' )( gulp )

Run gulp to run the build and watch tasks, gulp build to run the build task, gulp watch to run the watch task, or add the task as a script and run that with npm or yarn

1.0.0

2 years ago