build build/lib folder with latest

This commit is contained in:
Benjamin Pasero
2017-03-06 16:32:19 +01:00
parent 0082281fe0
commit 61efd8fb23
22 changed files with 2773 additions and 2729 deletions

View File

@@ -112,7 +112,7 @@ function reloadTypeScriptNodeModule(): NodeJS.ReadWriteStream {
return (process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2) + ' MB';
}
return es.through(function(data) {
return es.through(function (data) {
this.emit('data', data);
}, function () {
@@ -165,7 +165,7 @@ function monacodtsTask(out: string, isWatch: boolean): NodeJS.ReadWriteStream {
}
}
const setInputFile = (filePath: string, contents:string) => {
const setInputFile = (filePath: string, contents: string) => {
if (inputFiles[filePath] === contents) {
// no change
return;