Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upBundle resource files (HTML, CSS/JS, images, templates) into binary #68
Comments
ghost
assigned
juliusv
Feb 8, 2013
ghost
assigned
discordianfish
Mar 18, 2013
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Nice, thank you! Only one remark: if we don't strictly need the "foo.html" => "fooHtml" Julius On Mon, Mar 18, 2013 at 6:01 PM, discordianfish notifications@github.comwrote:
|
This comment has been minimized.
This comment has been minimized.
|
Seconded. 2013/3/18 juliusv notifications@github.com
|
This comment has been minimized.
This comment has been minimized.
|
Done! Thank you, @discordianfish! |
matttproud
closed this
Mar 27, 2013
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 25, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
juliusv commentedFeb 8, 2013
It would be great if we could distribute and run Prometheus as a single binary without any external files needed for serving e.g. the web interface.
One possibility how to do this: https://github.com/jteeuwen/go-bindata
Another option: https://github.com/bradfitz/camlistore/blob/master/pkg/fileembed/fileembed.go