UNPKG

760 BTypeScriptView Raw
1export { build } from './build';
2export { bundle, bundleUpdate } from './bundle';
3export { clean } from './clean';
4export { cleancss } from './cleancss';
5export { copy, copyUpdate } from './copy';
6export { lint } from './lint';
7export { minify } from './minify';
8export { ngc } from './ngc';
9export { sass, sassUpdate } from './sass';
10export { serve } from './serve';
11export { transpile } from './transpile';
12export { uglifyjs } from './uglifyjs';
13export { watch, buildUpdate } from './watch';
14export * from './util/config';
15export * from './util/helpers';
16export * from './util/interfaces';
17export * from './util/constants';
18export * from './generators';
19export { getDeepLinkData } from './deep-linking/util';
20export declare function run(task: string): void;