Skip to content

cubbles/cubx-grunt-rename-artifact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Grunt package to rename an artifact within a webpackage

Resources

License

Stars

Watchers

Forks

Packages

No packages published