Browse Source

Updated socket.io client path

pull/33/head
Nicolas Giard 8 years ago
committed by GitHub
parent
commit
238ba96037
1 changed files with 1 additions and 1 deletions
  1. 2
      gulpfile.js

2
gulpfile.js

@ -23,7 +23,7 @@ var _ = require('lodash');
var paths = { var paths = {
scripts: { scripts: {
combine: [ 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/jquery/dist/jquery.min.js',
'./node_modules/vue/dist/vue.min.js', './node_modules/vue/dist/vue.min.js',
'./node_modules/jquery-smooth-scroll/jquery.smooth-scroll.min.js', './node_modules/jquery-smooth-scroll/jquery.smooth-scroll.min.js',

|||||||
100:0
Loading…
Cancel
Save