aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorKurkó Mihály <kurkomisi@users.noreply.github.com>2018-03-08 16:22:21 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-03-08 16:22:21 +0800
commit704840a8ad9e75d4a00e734f901cac21c51b7eb5 (patch)
treee2b012c052986bb40053f09394aefb5c23474a5a /cmd/geth/main.go
parent3ec1b9a92dc09ff33f6fae2e8daa7862d4c51bb1 (diff)
downloadgo-tangerine-704840a8ad9e75d4a00e734f901cac21c51b7eb5.tar
go-tangerine-704840a8ad9e75d4a00e734f901cac21c51b7eb5.tar.gz
go-tangerine-704840a8ad9e75d4a00e734f901cac21c51b7eb5.tar.bz2
go-tangerine-704840a8ad9e75d4a00e734f901cac21c51b7eb5.tar.lz
go-tangerine-704840a8ad9e75d4a00e734f901cac21c51b7eb5.tar.xz
go-tangerine-704840a8ad9e75d4a00e734f901cac21c51b7eb5.tar.zst
go-tangerine-704840a8ad9e75d4a00e734f901cac21c51b7eb5.zip
cmd, dashboard: use webpack dev server, remove custom assets (#16263)
* cmd, dashboard: remove custom assets, webpack dev server * dashboard: yarn commands, small fixes
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index a82e5c89c..f5a3fa941 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -65,7 +65,6 @@ var (
utils.DashboardAddrFlag,
utils.DashboardPortFlag,
utils.DashboardRefreshFlag,
- utils.DashboardAssetsFlag,
utils.EthashCacheDirFlag,
utils.EthashCachesInMemoryFlag,
utils.EthashCachesOnDiskFlag,