From 74ce121dbab8107fd29d36d0f133de1b850f31d4 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 16 Feb 2017 17:10:51 -0800 Subject: [PATCH] =?UTF-8?q?feat(aio):=20temporarily=20include=20=E2=80=98c?= =?UTF-8?q?ontent=E2=80=99=20folder=20among=20production=20assets=20(#1454?= =?UTF-8?q?8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/angular-cli.json | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/angular-cli.json b/aio/angular-cli.json index 66edaae4fa..7608671698 100644 --- a/aio/angular-cli.json +++ b/aio/angular-cli.json @@ -9,6 +9,7 @@ "outDir": "dist", "assets": [ "assets", + "content", "favicon.ico" ], "index": "index.html",