Skip to content

Commit

Permalink
Merge pull request #3 from derickbailey/patch-1
Browse files Browse the repository at this point in the history
This project looks awesome. I spent a few minutes figuring out how to bu...
  • Loading branch information
ifandelse committed Mar 20, 2012
2 parents fd4cbc3 + c0b2b58 commit 67537ed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
@@ -0,0 +1,13 @@
## Building TrafficCop

TrafficCop uses Anvi.js to build standard JavaScript module and AMD module versions of the library.

To build TrafficCop you need to have NodeJS and NPM installed. Once you have those, install Anvil.js
through npm:

`npm install -g anvil.js`

Then you can run `./build-all` from a Bash shell, or if you're on Windows, you can run `anvil -b build-standard.json`
and `anvil -b build-amd.json` to build the version you need.

The resulting files will be in the `lib/(amd|standard)/` folder, depending on which versions were built.

0 comments on commit 67537ed

Please sign in to comment.