Commit Graph

1294 Commits

Author SHA1 Message Date
Diga Widyaprana
c97f876332 Fix test server to use webpack middleware properly 2016-02-04 13:21:05 +08:00
Diga Widyaprana
a5568f27c1 Refactor out webpack config to support/webpack.config.js
It is used by many different files (gulp build, zuul build, test server)
2016-02-04 11:03:32 +08:00
Diga Widyaprana
f6895ae5ba Replace zuul build by webpack instead of browserify, use zuul.config.js instead of zuul.yml 2016-02-03 23:10:40 +08:00
Yijin
f08f2da7ad removed babelify dep 2016-02-03 18:46:16 +08:00
Yijin
862c1fd11e standardised gulpfile formatting across socketio repos 2016-02-03 17:57:44 +08:00
Yijin
28719ce93f removed spawnSync call (unsupported by nvm 0.10) 2016-02-03 15:48:07 +08:00
Yijin
7fc45efc69 Merge remote-tracking branch 'origin/webpack' into webpack 2016-02-03 15:17:50 +08:00
Yijin
18359ca195 added extra npm install call to deal with npm 3 flat dependencies bug that requires multiple installs 2016-02-03 15:16:57 +08:00
Diga Widyaprana
8677f66a73 Redirect make build to gulp build, remove browserify gulp task 2016-02-03 09:47:25 +08:00
Yijin
8c0465ec07 removed output hooks for spawn 2016-02-02 23:52:34 +08:00
Yijin
2e08761126 exec --> spawn for zuul test 2016-02-02 23:05:12 +08:00
Yijin
eebe54d72a fixed zuul cmd args order 2016-02-02 21:07:05 +08:00
Yijin
13535092cc fixed extra semicolon in zuul cmd args 2016-02-02 20:51:40 +08:00
Yijin
006a1bd274 fixed mocha gulp swallowing error output 2016-02-01 13:08:31 +08:00
Zhu Liang
0494ff8078 changed 4 spaces to 2 spaces 2016-01-31 16:51:33 +08:00
Zhu Liang
f8ae734b73 move babel from standalone to webpack loader 2016-01-31 16:44:06 +08:00
Diga Widyaprana
3248af270c Add global vars to webpack, don't pipe to babel during gulp build 2016-01-31 16:25:45 +08:00
Diga Widyaprana
fb14983666 Merge branch 'webpack' of https://github.com/nus-fboa2016-si/engine.io-client into webpack 2016-01-31 15:43:35 +08:00
Diga Widyaprana
f22f990f15 Expose eio, attempt to add global 2016-01-31 15:41:40 +08:00
Yijin
242d2b651f added gulp help, modularise task code 2016-01-31 15:06:46 +08:00
Yijin
356fe46528 eslint added to gulp build 2016-01-31 15:02:58 +08:00
Yijin
96564a8a2c fixed babel missing preset 2016-01-31 13:15:42 +08:00
Yijin
dc10f525b3 inlined .babelrc settings into gulpfile 2016-01-31 11:26:18 +08:00
Yijin
380fe6ef9c see prev commit 2016-01-31 10:36:14 +08:00
Yijin
3eb429b71d removed dynamic dep versions 2016-01-31 10:32:26 +08:00
Yijin
f85b7e2c85 merge gulp into webpack 2016-01-30 14:16:15 +08:00
Yijin
fad7e5b450 Merge remote-tracking branch 'remotes/origin/webpack' into gulp 2016-01-30 14:02:42 +08:00
Yijin
9079369603 cleaned up gulpfile testing for zuul 2016-01-30 14:01:44 +08:00
Yijin
4d155e7efd updated npm test script 2016-01-30 13:38:50 +08:00
Yijin
b68b5deb8c capture test-zuul output to console 2016-01-30 13:35:42 +08:00
Diga Widyaprana
e209f5942c Rename webpack output file 2016-01-30 10:01:03 +08:00
Zhu Liang
57e94f8e2a disable compact by default 2016-01-30 09:55:06 +08:00
Zhu Liang
ad8b6e2784 Merge branch 'webpack' of github.com:nus-fboa2016-si/engine.io-client into webpack 2016-01-30 09:51:07 +08:00
Diga Widyaprana
13331c5901 Add build-webpack to build with webpack 2016-01-30 09:50:33 +08:00
Diga Widyaprana
f59dfb9516 Merge remote-tracking branch 'origin/gulp' into webpack
Conflicts:
	gulpfile.js
2016-01-29 20:21:23 +08:00
Yijin
90c3f45abb finish base gulp file 2016-01-28 13:47:59 +08:00
Diga Widyaprana
61d3d1dc03 Merge branch 'babel' into webpack 2016-01-28 13:30:18 +08:00
Zhu Liang
1980cf9926 added gulp-babel dependency 2016-01-28 13:29:33 +08:00
Diga Widyaprana
46ae3e601e Remove webpack to devDependencies instead 2016-01-28 13:14:39 +08:00
Diga Widyaprana
3c98132c06 Rearrange package.json to minimize diff 2016-01-28 12:54:21 +08:00
Zhu Liang
141b9e80e9 merged fixed package.json
Merge branch 'gulp' into babel
2016-01-28 12:49:15 +08:00
Zhu Liang
951a5c9502 added babel 2016-01-28 12:47:28 +08:00
Diga Widyaprana
85d1ff2a69 Make build using webpack instead of browserify 2016-01-28 12:47:23 +08:00
Diga Widyaprana
2587782443 Test build is done using webpack instead of browserify 2016-01-28 12:47:23 +08:00
Diga Widyaprana
cd06f4c043 Add webpack to package.json 2016-01-28 12:47:23 +08:00
Yijin
bb2d7059bf fix parsing error from comment 2016-01-28 12:44:50 +08:00
Zhu Liang
045e46c4b4 Merge branch 'gulp' into babel 2016-01-28 12:32:14 +08:00
Zhu Liang
4f11a97166 added babel config file 2016-01-28 12:32:10 +08:00
Leow Yijin
b9cbe1c52c Merge pull request #1 from YijinL/gulp
Gulp
2016-01-28 12:30:44 +08:00
Yijin
41ab0b4ccd left with zuul and istanbul undone 2016-01-28 00:59:18 +08:00