shared-sofa-component-tasks

0.12.1 • Public • Published

Shared Sofa Component Tasks

All build tasks shared across sofa components in one place

Installation

In your sofa component repository run:

$ npm install --save-dev gulp shared-sofa-component-tasks

Then add a gulpfile.js with the following contents:

require('shared-sofa-component-tasks')(require('gulp'), {
    pkg: require('./package.json'),
    baseDir: __dirname
});

You can now run gulp watch or just gulp build to generate a build of your component.

/shared-sofa-component-tasks/

    Package Sidebar

    Install

    npm i shared-sofa-component-tasks

    Weekly Downloads

    10

    Version

    0.12.1

    License

    GPL

    Last publish

    Collaborators

    • pascalprecht
    • robinthrift