Skip to content

cubbles/cubx-grunt-set-webpackage-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cubx-grunt-set-webpackage-version

Build Status

Grunt plugin for setting the version of a webpackage

Usage:

default

install the grunt plugin

npm install cubx-grunt-set-webpackage-version --save-dev

Gruntfile

  • load the grunt plugin
grunt.loadNpmTasks(cubx-grunt-set-webpackage-version)
  • set config (path to webpackage to convert
grunt.initConfig({
   webpackagepath: ...
});

integrate in devtools:

  • Just install grunt plugin
npm install -set-webpackage-version --save