From ef10f190cd148649df0f900b5c3c385dad98199b Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Fri, 28 Jun 2019 22:26:23 +0200 Subject: [PATCH] fix(): copy theme scss --- core/stencil.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/stencil.config.ts b/core/stencil.config.ts index 0342f9e646..6b5d4ca39b 100644 --- a/core/stencil.config.ts +++ b/core/stencil.config.ts @@ -66,7 +66,10 @@ export const config: Config = { outputTargets: [ { type: 'dist', - esmLoaderPath: '../loader' + esmLoaderPath: '../loader', + copy: [ + { src: 'themes/*.scss' } + ] }, // { // type: 'experimental-dist-module',