| 123456789101112131415161718192021 |
- export { build } from './build';
- export { bundle, bundleUpdate } from './bundle';
- export { clean } from './clean';
- export { cleancss } from './cleancss';
- export { copy, copyUpdate } from './copy';
- export { lint } from './lint';
- export { minify } from './minify';
- export { ngc } from './ngc';
- export { sass, sassUpdate } from './sass';
- export { serve } from './serve';
- export { transpile } from './transpile';
- export { uglifyjs } from './uglifyjs';
- export { watch, buildUpdate } from './watch';
- export * from './util/config';
- export * from './util/helpers';
- export * from './util/interfaces';
- export * from './util/constants';
- export * from './generators';
- export { getDeepLinkData } from './deep-linking/util';
- export declare function run(task: string): void;
|