Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garthdb/garthdb.com

Source code for garthdb.com
https://github.com/garthdb/garthdb.com

Last synced: about 1 month ago
JSON representation

Source code for garthdb.com

Awesome Lists containing this project

README

        

# Personal Site for Garth Braithwaite

Browserify command line command for building and minifying all the js.

```
browserify -t coffeeify -t simple-jadeify --extension=".coffee" -d public/js/app.coffee | uglifyjs -c > public/js/app.build.js
```