grunt-jdists

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i grunt-jdists

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • zswang