Files
Justin Willis ce78194207 feat(): add polyfill task
* feat(): polyfills task

* fix(): remove base option

* fix(): minification and small polyfills

* fix(): add readme and new file names

* fix(): change task names

* fix(): naming changes
2016-09-13 18:28:45 -04:00

11 lines
249 B
TypeScript

import './tasks/build';
import './tasks/clean';
import './tasks/default';
import './tasks/e2e';
import './tasks/lint';
import './tasks/release';
import './tasks/snapshot';
import './tasks/test';
import './tasks/polyfills';
//import './tasks/theme';