1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-11-27 02:25:41 +00:00

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