* * Build system now uses Chrome Headless
* Improved karma support for development
* Tests use the sources from /src/ instead of /bin/
* Test coverage uses Istanbul for a better future development process.
Signed-off-by: Serban Ghita <serbanghita@gmail.com>
* Minor: updated license year
* Fix: Removed "uglifyjs-webpack-plugin" which was deprecated in favor of "terser-webpack-plugin" + "uglify-js" packages.
* Added both minified and "unminified" version to the /bin/ output - like before.
* Fix: previous non-minified build contained all comments.