Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 819 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 819 Bytes

Ember-cli-groundskeeper

Addon for groundskeeper

Installation

$ npm install --save-dev ember-cli-groundskeeper

Usage

Example:

var app = new EmberApp({
  groundskeeper: {
    "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 broccoli-groundskeeper or Groundskeeper usage for further options.

License

MIT © Martin Groller