We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e88ff commit 259ff5fCopy full SHA for 259ff5f
tools/gulp/tasks/components.ts
@@ -22,6 +22,7 @@ const tsconfigPath = path.join(COMPONENTS_DIR, 'tsconfig.json');
22
/** Asset files to be added to the components output. */
23
const assetFiles = [
24
path.join(COMPONENTS_DIR, '**/*.html'),
25
+ path.join(COMPONENTS_DIR, '**/*.scss'),
26
path.join(COMPONENTS_DIR, 'package.json'),
27
path.join(PROJECT_ROOT, 'README.md'),
28
path.join(PROJECT_ROOT, 'LICENSE'),
0 commit comments