From da5f4a792c7da411b3605b6b537a66ca443df913 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Thu, 18 Oct 2018 23:47:17 -0230 Subject: Bundle some ui dependencies separately to limit the build size of ui.js --- app/home.html | 1 + app/notification.html | 1 + app/popup.html | 1 + 3 files changed, 3 insertions(+) (limited to 'app') diff --git a/app/home.html b/app/home.html index 4fad0f993..051133cf8 100644 --- a/app/home.html +++ b/app/home.html @@ -7,6 +7,7 @@
+ diff --git a/app/notification.html b/app/notification.html index 457ba7137..042ffa6b8 100644 --- a/app/notification.html +++ b/app/notification.html @@ -11,6 +11,7 @@
+ diff --git a/app/popup.html b/app/popup.html index 3acfd8c55..1ba0fda94 100644 --- a/app/popup.html +++ b/app/popup.html @@ -7,6 +7,7 @@
+ -- cgit