2016-10-21 15:48:52 +00:00
|
|
|
export * from '../npmts.plugins'
|
|
|
|
|
|
|
|
import * as gulpFunction from 'gulp-function'
|
|
|
|
import * as gulpSourcemaps from 'gulp-sourcemaps'
|
2017-01-15 19:01:10 +00:00
|
|
|
import * as gulpTypeScript from 'gulp-typescript'
|
2017-03-31 17:18:18 +00:00
|
|
|
import * as smartcov from 'smartcov'
|
2017-05-01 20:43:32 +00:00
|
|
|
import * as smartgulp from 'smartgulp'
|
2017-03-04 20:49:10 +00:00
|
|
|
import * as tapbuffer from 'tapbuffer'
|
2016-10-21 15:48:52 +00:00
|
|
|
|
|
|
|
export {
|
|
|
|
gulpFunction,
|
2017-01-15 19:01:10 +00:00
|
|
|
gulpSourcemaps,
|
2017-03-04 20:49:10 +00:00
|
|
|
gulpTypeScript,
|
2017-03-31 17:18:18 +00:00
|
|
|
smartcov,
|
2017-05-01 20:43:32 +00:00
|
|
|
smartgulp,
|
2017-03-04 20:49:10 +00:00
|
|
|
tapbuffer
|
2016-10-21 15:48:52 +00:00
|
|
|
}
|