This project uses [browserify](https://github.com/substack/node-browserify) to combine dependencies and installs a local copy when you run `npm install`.
built files are put in `dist/` folder.
`grunt build` will build the project in `dist/`.
Note that every time you pull new changes from repository, you should run `grunt build`.