We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994f709 commit aa9c1a6Copy full SHA for aa9c1a6
tools/gulp/tasks/development.ts
@@ -39,7 +39,7 @@ task('serve:devapp', ['build:devapp'], sequenceTask(
39
));
40
41
/** Task that copies all vendors into the demo-app package. Allows hosting the app on firebase. */
42
-task('build-deploy:devapp', ['build:devapp'], () => {
+task('prepare-deploy:devapp', ['build:devapp'], () => {
43
copyFiles(join(PROJECT_ROOT, 'node_modules'), vendorGlob, join(outDir, 'node_modules'));
44
copyFiles(DIST_BUNDLES, '*.+(js|map)', join(outDir, 'dist/bundles'));
45
copyFiles(DIST_MATERIAL, '**/prebuilt/*.+(css|map)', join(outDir, 'dist/packages/material'));
0 commit comments