]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix what-input in customizer 9529/head
authorKevin Ball <kmball11@gmail.com>
Thu, 15 Dec 2016 18:34:19 +0000 (10:34 -0800)
committerKevin Ball <kmball11@gmail.com>
Thu, 15 Dec 2016 18:34:19 +0000 (10:34 -0800)
gulp/tasks/customizer.js

index 829cf45dd276d2f0eafdd233ee2c65d498868558..8d150fdd660706bcf920daca2e3aa2e809223041 100644 (file)
@@ -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')));
 });