disable declaration files for now
This commit is contained in:
parent
5160aab180
commit
70213b04bc
@ -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'))
|
||||||
|
Loading…
Reference in New Issue
Block a user