0.0.1 • Published 9 years ago

grunt-jdists v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

grunt-jdists Build Status NPM version

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