cubx-grunt-prepare-webpackage-release
v1.0.2
Published
Grunt task for releasing a webpackage
Readme
cubx-grunt-prepare-webpackage-release
Grunt plugin for preparing and finishing the release of a webpackage
Usage:
Default
Install the grunt plugin
npm install cubx-grunt-prepare-webpackage-release --save-devGruntfile
- Load the grunt plugin
grunt.loadNpmTasks(cubx-grunt-prepare-webpackage-release)- Set config (path to webpackage to convert
grunt.initConfig({
webpackagepath: ...
});integrate in devtools:
- Just install grunt plugin
npm install cubx-grunt-prepare-webpackage-release --save