grunt-jdists
v0.0.1
Published
Code block processing tools
Downloads
6
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
remove
Remove block tag name list (default "remove,test")
trigger
Trigger name list (default "release")
config
Path to config file (default ".jdistsrc")
MIT © zswang