From: Kevin Ball Date: Thu, 15 Dec 2016 18:34:19 +0000 (-0800) Subject: Fix what-input in customizer X-Git-Tag: 6.3.1~37^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9529%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix what-input in customizer --- 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'))); });