shrimpza / aurial

A browser client for streaming music from servers implementing the Subsonic API
MIT License
30 stars 6 forks source link

Webpack and es6 #7

Closed shrimpza closed 8 years ago

shrimpza commented 8 years ago

Refactored codebase from plain old JavaScript to ES6. Everything's a class, imports and exports are used appropriately, and everything's build and managed by npm and webpack.

Automated builds via drone.io are implemented.

Fixes #3 and fixes #4