From 238ba96037852bf02f3cffd5206617a728d77fdf Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 29 Nov 2016 10:11:14 -0500 Subject: [PATCH] Updated socket.io client path --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ee979340..81a98b30 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ var _ = require('lodash'); var paths = { scripts: { combine: [ - './node_modules/socket.io-client/socket.io.js', + './node_modules/socket.io-client/dist/socket.io.min.js', './node_modules/jquery/dist/jquery.min.js', './node_modules/vue/dist/vue.min.js', './node_modules/jquery-smooth-scroll/jquery.smooth-scroll.min.js',