1.1.0 • Published 3 years ago

cubx-grunt-rename-artifact v1.1.0

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

cubx-grunt-rename-artifact

Build Status

Grunt plugin for renaming an artifact of the current webpackage

Usage:

Default

Install the grunt plugin

npm install cubx-grunt-rename-artifact --save-dev

Gruntfile

  • Load the grunt plugin
grunt.loadNpmTasks(cubx-grunt-rename-artifact)
  • 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-rename-artifact --save