threefoldfoundation / tfchain

Official implementation of the ThreeFold blockchain
https://explorer.threefoldtoken.com
Apache License 2.0
13 stars 7 forks source link

use go-bindata for explorer #280

Closed xmonader closed 2 years ago

xmonader commented 5 years ago

For easier automation use go-bindata to distribute assets.

LeeSmet commented 5 years ago

Which assets are you referring to? the faucet uses go templates which are already compiled in

xmonader commented 5 years ago

@LeeSmet I updated the title sorry for confusion

(those assets https://github.com/threefoldfoundation/tfchain/tree/master/frontend/explorer ) not sure if it makes sense as it's not a go application, but definitely better to bundle them as a binary and serve them as they won't be changing very often