update robeaux to 5d46e912ee

This commit is contained in:
Adrian Zankich 2014-12-24 12:27:57 -08:00
parent 5d46e912ee
commit 24fd35fbd6
2 changed files with 1108 additions and 5302 deletions

View File

@ -23,7 +23,8 @@ endif
cd robeaux-tmp ; \
rm fonts/* ; \
rm -r test/* ; \
rm Makefile package.json README.markdown robeaux.gemspec css/fonts.css ; \
rm -r less/* ; \
rm Makefile Gruntfile.js package.json README.markdown robeaux.gemspec css/fonts.css ; \
touch css/fonts.css ; \
echo "Updating robeaux to $(shell git rev-parse HEAD)" ; \
go-bindata -pkg="robeaux" -o robeaux.go -ignore=\\.git ./... ; \

File diff suppressed because one or more lines are too long