Skip to content

cubbles/cubx-grunt-prepare-webpackage-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cubx-grunt-prepare-webpackage-release

Build Status

Grunt plugin for preparing and finishing the release of a webpackage

Usage:

Default

Install the grunt plugin

npm install cubx-grunt-prepare-webpackage-release --save-dev

Gruntfile

  • Load the grunt plugin
grunt.loadNpmTasks(cubx-grunt-prepare-webpackage-release)
  • Set config (path to webpackage to convert
grunt.initConfig({
   webpackagepath: ...
});

integrate in devtools:

  • Just install grunt plugin
npm install cubx-grunt-prepare-webpackage-release --save