cubx-grunt-rename-artifact
v1.1.0
Published
Grunt package to rename an artifact of a certain webpackage
Downloads
2
Readme
cubx-grunt-rename-artifact
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