Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MadMG committed Mar 9, 2015
1 parent 39396f9 commit 973677e
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,27 @@ Addon for [groundskeeper](https://github.com/Couto/groundskeeper)
$ npm install --save-dev ember-cli-groundskeeper
```
## Usage
Example:

See the [broccoli-groundskeeper](https://github.com/MadMG/broccoli-groundskeeper) or Groundskeeper [usage](https://github.com/Couto/groundskeeper#usage).
```
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](https://github.com/MadMG/broccoli-groundskeeper) or Groundskeeper [usage](https://github.com/Couto/groundskeeper#usage) for further options.

## License

MIT © [Martin Groller](https://github.com/MadMG)
MIT © [Martin Groller](https://github.com/MadMG)

0 comments on commit 973677e

Please sign in to comment.