Grunt package to update the RTE of current webpackage
npm install cubx-grunt-webpackage-rte-update
Grunt plugin for updating the rte version of a webpackage
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: ...
});
npm install cubx-grunt-webpackage-rte-update --save
``