Skip to content

Commit

Permalink
build: include scss files in releases
Browse files Browse the repository at this point in the history
* Includes the SCSS files in releases. This has been accidentally disabled in PR angular#3443
  • Loading branch information
devversion committed Mar 17, 2017
1 parent 3ad6ff0 commit 67064ec
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 67064ec

Please sign in to comment.