Skip to content

Commit

Permalink
build: include scss files in releases (#3661)
Browse files Browse the repository at this point in the history
* Includes the SCSS files in releases. This has been accidentally disabled in PR #3443
  • Loading branch information
devversion authored and jelbourn committed Mar 20, 2017
1 parent 03e88ff commit 259ff5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/gulp/tasks/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const tsconfigPath = path.join(COMPONENTS_DIR, 'tsconfig.json');
/** Asset files to be added to the components output. */
const assetFiles = [
path.join(COMPONENTS_DIR, '**/*.html'),
path.join(COMPONENTS_DIR, '**/*.scss'),
path.join(COMPONENTS_DIR, 'package.json'),
path.join(PROJECT_ROOT, 'README.md'),
path.join(PROJECT_ROOT, 'LICENSE'),
Expand Down

0 comments on commit 259ff5f

Please sign in to comment.