Closed yeyu456 closed 8 years ago
Wonderful ! Until I review it, could you format your code to respect the actual format ? Mostly indent (4 spaces) and end of file.
Ok, no problem.Sorry for the format.Maybe the ide setting problem.
@JSteunou As for the format, should we need to switch jscs to eslint since they're merged?
Yep, I would like to to replace jshint + jscs by eslint
I can do that by the way if you don't mind.
Would be great! On another PR though.
Barely use github for me, I think i have make a big mistake using the master repo for PR.Now i cannot do other PR since every new branch will add all of these commits. @JSteunou I will close this PR and redo it with a new fork and branch.
Ok. Did not see you where PRing from master. Best practice is too create a branch on your fork and PR from that branch so you can do multiple PR without being polluted.
Except the test files, adding some dev dependencies package for testing. Using mocha, chai, karma with some plugins as test framework. And using the gulp for tasks like creating a mock server and the code coverage. Libraries like core-js, sockjs and sockjs-client are make sure the browser compatibility test pass.