putting the CSS assets into compiled blobs

This commit is contained in:
Vincent Batts 2013-08-05 18:09:42 -04:00
parent 1e2c4bf3a3
commit 57a2f4049f
3 changed files with 7560 additions and 0 deletions

6
assets/Makefile Normal file
View File

@ -0,0 +1,6 @@
PKG := assets
bootstrap.css.go: bootstrap.css
go-bindata -pkg=$(PKG) -func="BootstrapCss" -out=$@ $^

6039
assets/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

1515
assets/bootstrap.css.go Normal file

File diff suppressed because it is too large Load Diff