From 9a93688fdf6f6dcff5a152b721c9b8d11c7a12f0 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Mon, 29 Apr 2019 15:11:15 -0700 Subject: [PATCH] app.json: Bundle CSS. --- app.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 3aac40ac..185f7e7f 100644 --- a/app.json +++ b/app.json @@ -147,7 +147,8 @@ "css": [ { "path": "bootstrap.css", - "bootstrap": true + "bootstrap": true, + "bundle": true } ], @@ -329,7 +330,11 @@ } ] }, - + "fashion": { + "inliner": { + "enable": true + } + }, /** * Uniquely generated id for this application, used as prefix for localStorage keys. * Normally you should never change this value.