Files
build-web-application-with-…/ebook/build.sh
Chen Yufei a448224a45 Fix build script.
- Change shell path and file mode
- go get md2min instead of blackfriday
2013-06-10 13:44:18 +08:00

12 lines
150 B
Bash
Executable File

#!/bin/sh
rm -f *.html *~
export GOPATH=`pwd`
#go get -u github.com/russross/blackfriday
go get -u github.com/fairlyblank/md2min
go run build.go