disable declaration files for now

This commit is contained in:
Philipp Kunz 2016-02-18 12:55:00 +01:00
parent 5160aab180
commit 70213b04bc

View File

@ -76,7 +76,7 @@ module NpmtsCompile {
module: "commonjs" module: "commonjs"
})); }));
var stream = plugins.mergeStream([ var stream = plugins.mergeStream([
tsStream.dts.pipe(plugins.gulp.dest(outputDir)), //tsStream.dts.pipe(plugins.gulp.dest(outputDir)),
tsStream.js tsStream.js
.pipe(plugins.g.sourcemaps.write()) // Now the sourcemaps are added to the .js file .pipe(plugins.g.sourcemaps.write()) // Now the sourcemaps are added to the .js file
.pipe(plugins.g.header('#!/usr/bin/env node\n\n')) .pipe(plugins.g.header('#!/usr/bin/env node\n\n'))