1.0.0 • Published 6 years ago

cubx-grunt-webpackage-rte-update v1.0.0

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

cubx-grunt-webpackage-rte-update

Build Status

Grunt plugin for updating the rte version of a webpackage

Usage:

Default

Install the grunt plugin

npm install cubx-grunt-webpackage-rte-update --save-dev

Gruntfile

  • Load the grunt plugin
grunt.loadNpmTasks(cubx-grunt-webpackage-rte-update)
  • Set config (path to webpackage containing the artifact to be renamed)
grunt.initConfig({
   webpackagepath: ...
});

Integrate in devtools:

Just install grunt plugin

npm install cubx-grunt-webpackage-rte-update --save