1.0.0 • Published 7 years ago

cubx-grunt-set-webpackage-version v1.0.0

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

cubx-grunt-set-webpackage-version

Build Status

Grunt plugin for setting the version of a webpackage

Usage:

default

install the grunt plugin

npm install cubx-grunt-set-webpackage-version --save-dev

Gruntfile

  • load the grunt plugin
grunt.loadNpmTasks(cubx-grunt-set-webpackage-version)
  • set config (path to webpackage to convert
grunt.initConfig({
   webpackagepath: ...
});

integrate in devtools:

  • Just install grunt plugin

npm install -set-webpackage-version --save