UNPKG

1.08 kBTypeScriptView Raw
1/**
2 * DONTMISSME: Order here is important. Things may break if you shuffle them around.
3 * Follow the great mobx pattern,
4 * We have an internal module loader where all other
5 * internal modules will import from.
6 */
7export * from './lib/utils';
8export * from './lib/timplaProcess';
9export * from './lib/timplaInterfaces';
10export * from './lib/TIMPLA_DEFAULTS';
11export * from './lib/TIMPLA_CONFIG';
12export * from './lib/constantUtils';
13export * from './lib/revNapkin';
14export * from './lib/sizer';
15export * from './lib/webpackManifest';
16export * from './lib/webpackMultiConfig';
17export * from './tasks/init';
18export * from './tasks/browserSync';
19export * from './tasks/clean';
20export * from './tasks/svg';
21export * from './tasks/fonts';
22export * from './tasks/html';
23export * from './tasks/images';
24export * from './tasks/open';
25export * from './tasks/openAnalyzer';
26export * from './tasks/sizeReport';
27export * from './tasks/staticFiles';
28export * from './tasks/stylesheets';
29export * from './tasks/webpackProduction';
30export * from './tasks/watch';
31export * from './tasks/rev';