chore(build): move to rollup for e2e, move to es6 imports and type definitions

move to rollup for e2e, move to es6 imports and type definitions
This commit is contained in:
Dan Bucholtz
2016-09-20 01:02:39 -05:00
parent bcec66c67b
commit 4c57873c09
26 changed files with 232 additions and 441 deletions

View File

@ -1,5 +1,6 @@
import { dirname, join } from 'path';
import { exec } from 'child_process';
import { dirname, join } from 'path';
import * as glob from 'glob';
import { task } from 'gulp';
import * as rollup from 'rollup';