Skip to content

owstack/ows-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWS Build

A helper to add tasks to gulp.

Getting started

Install with:

npm install @owstack/ows-build

and use and require in your gulp file:

var gulp = require('gulp');
var owsTasks = require('@owstack/ows-build');

owsTasks('ows', '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 owsTasks = require('@owstack/ows-build');
owsTasks('ows', 'submodule', {skipBrowsers: true});

License

Code released under the MIT license.

Copyright 2017 Open Wallet Stack.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published