remove gulp dependency

This commit is contained in:
2016-10-27 18:55:18 +02:00
parent 0ba3c1794e
commit 6dee92a3df
14 changed files with 8 additions and 119 deletions

View File

@ -161,19 +161,6 @@ export let removeManySync = function(filePathArrayArg: string[]): void {
============================ Write/Read =========================
===============================================================*/
/**
*
* @param filePathArg
* @returns {*}
*/
export let toGulpStreamSync = function(filePathArg: string){
let stream = plugins.gulp.src(filePathArg)
return stream
}
export let toGulpDestSync = function(folderPathArg: string){
return plugins.gulp.dest(folderPathArg)
}
/**
*