Skip to content

Commit 259ff5f

Browse files
devversionjelbourn
authored andcommitted
build: include scss files in releases (#3661)
* Includes the SCSS files in releases. This has been accidentally disabled in PR #3443
1 parent 03e88ff commit 259ff5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gulp/tasks/components.ts

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const tsconfigPath = path.join(COMPONENTS_DIR, 'tsconfig.json');
2222
/** Asset files to be added to the components output. */
2323
const assetFiles = [
2424
path.join(COMPONENTS_DIR, '**/*.html'),
25+
path.join(COMPONENTS_DIR, '**/*.scss'),
2526
path.join(COMPONENTS_DIR, 'package.json'),
2627
path.join(PROJECT_ROOT, 'README.md'),
2728
path.join(PROJECT_ROOT, 'LICENSE'),

0 commit comments

Comments
 (0)