Removed go-bindata-assetfs and replaced with statik

This commit is contained in:
Nicholas Thompson
2019-02-28 21:36:52 +02:00
committed by ncthompson
parent 790b05f90f
commit 206159cdea
13 changed files with 38 additions and 391 deletions

View File

@@ -26,7 +26,7 @@
#OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
#OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.PHONY: test install gofmt docker
.PHONY: test install gofmt docker statik
build:
go build ./cmd/invertergui/
@@ -48,3 +48,6 @@ vet:
docker:
docker build --tag invertergui .
statik:
statik -p=frontend -src=./frontend/root