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 9eab516 commit 1194cf0Copy full SHA for 1194cf0
tools/gulp/gulpfile.ts
@@ -11,4 +11,4 @@ import './tasks/unit-test';
11
import './tasks/aot';
12
import './tasks/payload';
13
import './tasks/coverage';
14
-import './tasks/library';
+import './tasks/library';
tools/gulp/tasks/clean.ts
@@ -1,6 +1,6 @@
1
import {task} from 'gulp';
2
import {DIST_ROOT} from '../constants';
3
-import {cleanTask, sequenceTask} from '../util/task_helpers';
+import {cleanTask} from '../util/task_helpers';
4
5
6
/** Deletes the dist/ directory. */
0 commit comments