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: {}