From e19005d2cec69cd1466dccacb3854048698497c8 Mon Sep 17 00:00:00 2001 From: Johan Nielsen Date: Tue, 24 Jul 2018 16:12:38 +0200 Subject: [PATCH] remove search.js ref --- gulpfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8c86820..e5b82c4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -63,9 +63,7 @@ function scripts( done ) { paths.dev + '/js/skip-link-focus-fix.js', // Adding currently empty javascript file to add on for your own themesĀ“ customizations // Please add any customizations to this .js file only! - paths.dev + '/js/custom-javascript.js', - - paths.dev + '/js/search.js' + paths.dev + '/js/custom-javascript.js' ]; gulp.src( scripts )