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
This commit is contained in:
Justin Willis
2016-09-13 16:46:00 -05:00
committed by Brandy Carney
parent f477aa2391
commit ce78194207
4 changed files with 104 additions and 0 deletions

View File

@ -6,4 +6,5 @@ import './tasks/lint';
import './tasks/release';
import './tasks/snapshot';
import './tasks/test';
import './tasks/polyfills';
//import './tasks/theme';