Created
December 2, 2015 20:49
-
-
Save zealws/1ec32fc023ad50e9d0bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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