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:
parent
1e2c4bf3a3
commit
57a2f4049f
3 changed files with 7560 additions and 0 deletions
6
assets/Makefile
Normal file
6
assets/Makefile
Normal 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
6039
assets/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1515
assets/bootstrap.css.go
Normal file
1515
assets/bootstrap.css.go
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue