0.0.1 • Published 11 years ago
grunt-jdists v0.0.1
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
0.0.1
11 years ago