From 42eacba09ac9d6591dc49a588d6fe023f1c652d6 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Sun, 16 Jul 2017 03:23:18 +0300 Subject: [PATCH] Update build dir --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ef4e4609..afb7df48 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -59,7 +59,7 @@ gulp.task('browserify', ['tsc'], function() { let browserifyOptions = { basedir: buildDir, debug: true, - entries: [`${outDir}/xterm.js`], + entries: [`../${outDir}/xterm.js`], standalone: 'Terminal', cache: {}, packageCache: {}