From 24a8e782d8b2adb208d9cfb8659450395e2e2a77 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Dec 2017 09:04:52 +0100 Subject: Add bootstrap analyzer and optimize build --- scripts/client-report.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/client-report.sh (limited to 'scripts/client-report.sh') diff --git a/scripts/client-report.sh b/scripts/client-report.sh new file mode 100755 index 000000000..586cc2e47 --- /dev/null +++ b/scripts/client-report.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd client || exit -1 + +npm run webpack-bundle-analyzer ./dist/stats.json -- cgit v1.2.3