Grunt task for releasing a webpackage
npm install cubx-grunt-prepare-webpackage-release
Grunt plugin for preparing and finishing the release of a webpackage
Install the grunt plugin
```
npm install cubx-grunt-prepare-webpackage-release --save-dev
Gruntfile
* Load the grunt plugin
` `
grunt.loadNpmTasks(cubx-grunt-prepare-webpackage-release)`
* Set config (path to webpackage to convert
`
grunt.initConfig({
webpackagepath: ...
});
npm install cubx-grunt-prepare-webpackage-release --save
``