Diga Widyaprana
|
c51a930a2c
|
ESlint manual fix
|
2016-02-28 02:36:06 +08:00 |
|
Diga Widyaprana
|
d1cbc68ea7
|
Eslint autofix
|
2016-02-28 02:36:06 +08:00 |
|
Diga Widyaprana
|
51ad3c1ee0
|
Add env to eslintrc
- node env at root eslintrc
- mocha env at test/ eslintrc
|
2016-02-28 02:36:06 +08:00 |
|
Diga Widyaprana
|
c0d8e30b8a
|
Exclude generated files from linting
- coverage/
- socket.io.js bundle
|
2016-02-28 02:26:15 +08:00 |
|
Yijin
|
537e4cd665
|
updated babel-eslint dep to 4.1.7 (4.1.6 broken)
|
2016-02-28 02:25:14 +08:00 |
|
Yijin
|
9e443a90e2
|
refactor gulpfile
|
2016-02-28 02:24:51 +08:00 |
|
Michael Limantara
|
280d803d46
|
Add eslint to gulpfile and create gulp task default
|
2016-02-27 14:47:41 +08:00 |
|
Guillermo Rauch
|
b370bea495
|
Merge pull request #940 from nus-fboa2016-si/webpack
Webpack
|
2016-02-23 19:13:27 -08:00 |
|
Zhu Liang
|
8725d6e5cb
|
fixed regex
|
2016-02-15 13:34:25 +08:00 |
|
Diga Widyaprana
|
c7deec13cb
|
Rename gulp task webpack to build
|
2016-02-12 20:59:00 +08:00 |
|
Diga Widyaprana
|
49619d9965
|
Remove commented make recipe
|
2016-02-12 20:13:27 +08:00 |
|
Zhu Liang
|
60fa83c345
|
removed babel react preset
|
2016-02-12 13:40:52 +08:00 |
|
Diga Widyaprana
|
18d6873c64
|
Makefile use gulp from node_modules instead of global
|
2016-02-11 00:10:00 +08:00 |
|
Diga Widyaprana
|
422f29ebf6
|
Remove browserify stuff, add zuul-builder-webpack devDep
|
2016-02-10 23:44:08 +08:00 |
|
Diga Widyaprana
|
c4b7820cf1
|
Migrate zuul config from yml to js
|
2016-02-10 23:43:05 +08:00 |
|
Diga Widyaprana
|
ec06f7a6c3
|
Refactor webpack config out to support/webpack.config.js
|
2016-02-10 23:41:27 +08:00 |
|
Yijin
|
b7eeee7e7d
|
removed ide-specific entries from gitignore
|
2016-02-10 12:05:24 +08:00 |
|
Yijin
|
2b18f9fbf1
|
updated makefile to use gulp commands
|
2016-02-09 17:49:49 +08:00 |
|
Yijin
|
8e55f02c3f
|
trigger travis rebuild
|
2016-02-04 20:56:07 +08:00 |
|
Yijin
|
97f8391f2d
|
fix typo
|
2016-02-04 19:31:49 +08:00 |
|
Yijin
|
6c2e1c121e
|
added error code capturing for zuul child process
|
2016-02-04 19:21:03 +08:00 |
|
Yijin
|
8c86b10e0c
|
removed babelify dep
|
2016-02-03 18:42:47 +08:00 |
|
Yijin
|
eb50b6c3d1
|
standardise gulpfile formatting and conventions
|
2016-02-03 17:58:11 +08:00 |
|
Yijin
|
d5467efcad
|
removed dynamic dependencies
|
2016-02-03 17:05:35 +08:00 |
|
Zhu Liang
|
b14018eed6
|
fixed test case
|
2016-02-01 13:00:13 +08:00 |
|
Zhu Liang
|
1c1ee454f5
|
move babel from standalone to webpack loader
|
2016-01-31 16:57:31 +08:00 |
|
Michael Limantara
|
911c24505c
|
Merge branch 'webpack' of https://github.com/nus-fboa2016-si/socket.io-client into webpack
|
2016-01-31 16:33:10 +08:00 |
|
Michael Limantara
|
468200ed8c
|
Expose io variable to global when bundling with webpack
|
2016-01-31 16:33:00 +08:00 |
|
Zhu Liang
|
a8903672c9
|
removed babel task from gulp
|
2016-01-31 13:05:15 +08:00 |
|
Michael Limantara
|
b31f21741e
|
Remove babelrc file and move the settings inline to gulpfile.js
|
2016-01-31 11:24:53 +08:00 |
|
whattokingu
|
eb2c3fca5e
|
Merge pull request #4 from whattokingu/gulp-build
Remove Dynamic Dependencies
|
2016-01-31 10:20:30 +08:00 |
|
Zheng Weihan
|
ee72188f6d
|
remove dynamic dependencies.
|
2016-01-31 10:18:14 +08:00 |
|
whattokingu
|
d0c56ccea5
|
Merge pull request #3 from whattokingu/gulp-build
Added gulp task to run zuul.
|
2016-01-30 13:38:22 +08:00 |
|
Zheng Weihan
|
fe3837c9f6
|
change npm test in package to use gulp instead of make
|
2016-01-30 13:37:44 +08:00 |
|
Zheng Weihan
|
fdef60a24e
|
added new task to run zuul.
added a test function to replicate the same task in makefile.
|
2016-01-30 13:29:34 +08:00 |
|
Zhu Liang
|
aad48e7c49
|
disable compact by default, enabled browserify
|
2016-01-30 10:03:36 +08:00 |
|
Michael Limantara
|
3ddacd9fc1
|
Swap the order of babel and webpack
|
2016-01-30 09:58:33 +08:00 |
|
Michael Limantara
|
0fc23f175c
|
Integrate webpack and babel in gulpfile.js and change gulp task to build-webpack
|
2016-01-28 13:23:50 +08:00 |
|
Michael Limantara
|
01b5279c4a
|
Merge branch 'babel' into webpack
|
2016-01-28 13:09:08 +08:00 |
|
Guillermo Rauch
|
5fe7373610
|
Release 1.4.5
|
2016-01-26 13:26:17 -08:00 |
|
Guillermo Rauch
|
4ccc34bce7
|
package: bump engine.io-client
|
2016-01-26 10:42:20 -08:00 |
|
Zhu Liang
|
94127a3465
|
added babel integration
|
2016-01-26 16:16:50 +08:00 |
|
Zhu Liang
|
b3d5f434aa
|
Merge branch 'babel' of github.com:nus-fboa2016-si/socket.io-client into babel
|
2016-01-26 16:11:27 +08:00 |
|
Zhu Liang
|
3799b60d5b
|
added babel integration using browserify API
|
2016-01-26 16:10:20 +08:00 |
|
Michael Limantara
|
97591f6d6e
|
Add gulp task for webpack
|
2016-01-25 18:59:36 +08:00 |
|
Michael Limantara
|
d6492d234e
|
Add webpack stream to package.json
|
2016-01-25 18:49:25 +08:00 |
|
whattokingu
|
aa87907675
|
Merge pull request #1 from whattokingu/gulp-build
Gulp build
|
2016-01-25 11:44:49 +08:00 |
|
Zheng Weihan
|
1abf879d01
|
add test-cov task to gulp
|
2016-01-25 00:04:22 +08:00 |
|
Zheng Weihan
|
c9c93441f2
|
gulp build system. Implemented gulp for build and test-node.
|
2016-01-24 16:47:07 +08:00 |
|
Zhu Liang
|
27062f5663
|
added babel integration using browserify API
|
2016-01-21 17:50:57 +08:00 |
|