diff --git a/gulpfile.js b/gulpfile.js index 1f92e537..d9ab8714 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -50,7 +50,7 @@ gulp.task('browserify', ['tsc'], function() { let browserifyOptions = { basedir: buildDir, debug: true, - entries: [`../${outDir}/xterm.js`], + entries: [`${outDir}/xterm.js`], standalone: 'Terminal', cache: {}, packageCache: {}