@adora-wallet/adoracore-build

8.25.11 • Public • Published

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.

/@adora-wallet/adoracore-build/

    Package Sidebar

    Install

    npm i @adora-wallet/adoracore-build

    Weekly Downloads

    2

    Version

    8.25.11

    License

    MIT

    Unpacked Size

    11.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • murmuri