grunt-jdists
v0.0.1
Published
Code block processing tools
Readme
grunt-jdists

Code block processing with jdists.
Installation
Install package with NPM and add it to your development dependencies:
npm install --save-dev grunt-jdists
The "jdists" task
Overview
In your project's Gruntfile, add a section named jdists to the data object passed into grunt.initConfig().
grunt.initConfig({
jdists: {
options: {
// Task-specific options go here.
},
your_target: {
// Target-specific file lists and/or options go here.
},
},
})Options
removeRemove block tag name list (default "remove,test")
triggerTrigger name list (default "release")
configPath to config file (default ".jdistsrc")
MIT © zswang
