From b2ed23333fb40a252b63fd92ec36008107a21915 Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Mon, 15 May 2017 14:38:02 +0200 Subject: [PATCH] Remove base href="/" because we are not using $locationProvider.html5Mode() and it breaks Electron app because it tries to load all js code from /app.js in filesystem --- src/app/index.pug | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/index.pug b/src/app/index.pug index 7bcae57c8..bfc84c9bf 100644 --- a/src/app/index.pug +++ b/src/app/index.pug @@ -3,7 +3,6 @@ html head meta(name="viewport" content="width=device-width, user-scalable=no") title Lisk Nano - base(href='/') style(type='text/css'). body { background-color: #eee !important;