From d8483042022f46cd688130952e2e048cba15941f Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Thu, 15 Dec 2016 10:34:19 -0800 Subject: [PATCH] Fix what-input in customizer --- gulp/tasks/customizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/tasks/customizer.js b/gulp/tasks/customizer.js index 829cf45dd..8d150fdd6 100644 --- a/gulp/tasks/customizer.js +++ b/gulp/tasks/customizer.js @@ -102,7 +102,7 @@ gulp.task('customizer:javascript', ['customizer:loadConfig'], function() { .pipe(rename('foundation.min.js')) .pipe(addSrc([ 'node_modules/jquery/dist/jquery.js', - 'node_modules/what-input/what-input.js' + 'node_modules/what-input/dist/what-input.js' ])) .pipe(gulp.dest(path.join(OUTPUT_DIR, 'js/vendor'))); }); -- 2.47.2