Skip to content

Commit 4d4c863

Browse files
committed
.
1 parent c71e9b1 commit 4d4c863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gulp/tasks/components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ task(':build:components:rollup', [':build:components:inline'], () => {
5757
'rxjs/Observable': 'Rx'
5858
};
5959

60-
// Build the all package.
60+
// Rollup the @angular/material UMD bundle from all ES5 + imports JavaScript files built.
6161
return rollup({
6262
entry: path.join(DIST_COMPONENTS_ROOT, 'index.js'),
6363
context: 'this',

0 commit comments

Comments
 (0)