소스 검색

Updated socket.io client path

Nicolas Giard 8 년 전
부모
커밋
238ba96037
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gulpfile.js

+ 1 - 1
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',