Closed drublic closed 9 years ago
This commit adds support for ES6 modules to the Javascript workflow. It removes Require.js and adds Browserify and Babel where necessary.
This commit also removes JS unit test coverage tracking which might get implemented later.
Besides minor things added as inline comments this looks and works fine for me.
Thanks for checking this.
This commit adds support for ES6 modules to the Javascript workflow. It removes Require.js and adds Browserify and Babel where necessary.
This commit also removes JS unit test coverage tracking which might get implemented later.