From 80f7a371184ea0876860848746f0058bb4edaf4e Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 8 Jul 2017 23:13:41 -0700 Subject: [PATCH] Point to search addon properly --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 48bf9df9..ead39327 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -72,7 +72,7 @@ gulp.task('browserify', ['tsc'], function() { let browserifyOptionsSearchAddon = { basedir: buildDir, debug: true, - entries: [`../${outDir}/addons/search/search.js`], + entries: [`${outDir}/addons/search/search.js`], cache: {}, packageCache: {} };