Skip to content

MadMG/broccoli-groundskeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-groundskeeper Build Status

Broccoli plugin for groundskeeper

Install

$ npm install --save broccoli-groundskeeper

Usage

Example options:

{
  "processFiles": ['app.js'],
  "console": true,
  "debugger": false,
  "namespace": [
    "logger.debug",
    "logger.info"]
)

processFiles

Is an array with file names which will be processed. The source path must end with any of the array entries. If the array is empty all files of the source tree will be processed.

See the Groundskeeper usage for further options.

License

MIT © Martin Groller