use-init / init

INIT extends HTML5 Boilerplate, adds more structure for SCSS and JavaScripts files, includes build tasks and a whole lot more.
http://use-init.com/
MIT License
592 stars 69 forks source link

Add ES6 modules to JS + build workflow #138

Closed drublic closed 9 years ago

drublic commented 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.

anselmh commented 9 years ago

Besides minor things added as inline comments this looks and works fine for me.

drublic commented 9 years ago

Thanks for checking this.