mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
add source maps for ts compilation
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
This commit is contained in:
@@ -18,7 +18,9 @@ gulp.task('clean', function() {
|
||||
*/
|
||||
gulp.task('compile', function() {
|
||||
return tsProject.src()
|
||||
.pipe(sourcemaps.init())
|
||||
.pipe(tsProject())
|
||||
.pipe(sourcemaps.write('.'))
|
||||
.on('error', (err) => console.log(err))
|
||||
.pipe(gulp.dest('lib/'))
|
||||
});
|
||||
|
||||
1524
package-lock.json
generated
1524
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,8 @@
|
||||
"!tests/*",
|
||||
"!node_modules/@nornagon/cld/deps/cld${/*}",
|
||||
"!node_modules/@nornagon/cld/build/deps${/*}",
|
||||
"!node_modules/@nornagon/spellchecker/vendor${/*}"
|
||||
"!node_modules/@nornagon/spellchecker/vendor${/*}",
|
||||
"!**/*.map"
|
||||
],
|
||||
"extraFiles": [
|
||||
"config/Symphony.config",
|
||||
|
||||
Reference in New Issue
Block a user