8.25.11 • Published 2 years ago

@adora-wallet/adoracore-build v8.25.11

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

Adoracore Build

A helper to add tasks to gulp.

Getting started

Install with:

npm install adoracore-build

And use and require in your gulp file:

var gulp = require('gulp');
var adoracoreTasks = require('adoracore-build');

adoracoreTasks('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 adoracoreTasks = require('adoracore-build');
adoracoreTasks('submodule', {skipBrowsers: true});

License

Code released under the MIT license.

Copyright 2022 Adora.