iopcore-build

0.1.3 • Public • Published

iopcore-build

A helper to add tasks to gulp.

Getting started

Install with:

npm install iopcore-build

and use and require in your gulp file:

var gulp = require('gulp');
var iopcoreTasks = require('iopcore-build');
 
iopcoreTasks('submodule');
gulp.task('default', ['lint', 'test', 'browser', 'coverage']);

Notes

  • There's no default task to allow for each submodule to set up their own configuration
  • If the module is node-only, avoid adding the browser tasks with:
var iopcoreTasks = require('iopcore-build');
iopcoreTasks('submodule', {skipBrowsers: true});

License

Code released under the MIT license.

Copyright 2015 Iop, Inc. iopcore is a trademark maintained by IoP Community, Inc.

Readme

Keywords

Package Sidebar

Install

npm i iopcore-build

Weekly Downloads

4

Version

0.1.3

License

MIT

Last publish

Collaborators

  • hendry19901990