@ilabdev/default

1.0.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @ilabdev/default

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.42 kB

Total Files

3

Last publish

Collaborators

  • apalfrey