1.0.2 • Published 7 years ago

cubx-grunt-prepare-webpackage-release v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cubx-grunt-prepare-webpackage-release

Build Status

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-dev

Gruntfile

  • 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