Skip to content

MadMG/ember-cli-groundskeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ember-CLI addon for groundskeeper

Resources

License

Stars

Watchers

Forks

Packages

No packages published