Skip to content

Commit

Permalink
Added acknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
iStefo committed Jun 21, 2012
1 parent 22c4e52 commit 2f371fd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,15 @@ Specify a directory realtive to current that will be used as base for your *requ
Be more (really) verbose about requiring files

### -s, --strict
When build.js can't find a specified file, it still will continue (if possible). With this option, execution will be aborted when a file can't be read.
When build.js can't find a specified file, it still will continue (if possible). With this option, execution will be aborted when a file can't be read.

## Acknowledgements
### Libraries
#### optimist
for (comandline option parsing)[https://github.com/substack/node-optimist]

#### winston
a library for (asynchronous logging to different transports)[https://github.com/flatiron/winston]

#### UglifyJS
for (fast and efficient minifycation)[https://github.com/mishoo/UglifyJS]

0 comments on commit 2f371fd

Please sign in to comment.