Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 22, 2012
1 parent 99410cc commit a2c2a24
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Readme.md
Expand Up @@ -132,6 +132,21 @@ yields:
{ js: ["public/js/app.js", "public/js/user.js", "public/vendor/jquery.js"] }
```

## moar!

That's it for now, just experimenting with it, feel free to send me a PR
or open and issue if you have some ideas. I'd like to keep everything
valid JSON, for example you can use the `include` plugin to include
env-specific config into package.json, and package.json remains a
valid JSON document.

## Running tests

```
$ npm install
$ make test
```

## License

(The MIT License)
Expand Down

0 comments on commit a2c2a24

Please sign in to comment.