Skip to content

Instantly share code, notes, and snippets.

@zealws
Created December 2, 2015 20:49
Show Gist options
  • Save zealws/1ec32fc023ad50e9d0bf to your computer and use it in GitHub Desktop.
Save zealws/1ec32fc023ad50e9d0bf to your computer and use it in GitHub Desktop.
$ make -B bin/atc_api
cd src/react && npm run build-js
> [email protected] build-js /home/zeal/go/src/github.com/facebook/augmented-traffic-control/src/react
> browserify -t [ babelify --presets [ es2015 react ] ] jsx/index.js > ../../static/js/index.js
/home/zeal/go/bin/go-bindata -pkg api -o src/api/bindata.go static/...
/usr/bin/go build -o bin/atc_api github.com/facebook/augmented-traffic-control/src/atc_api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment