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:
pkg: baseDir: __dirname;
You can now run gulp watch
or just gulp build
to generate a build of your component.