Releases: gkubisa/elm-app-boilerplate
Releases · gkubisa/elm-app-boilerplate
Shippable Docker Hub integration
Shippable Docker Hub integration should work now.
Release automation
Shippable is now building a production docker image and pushing it to Docker Hub on every new release.
Docker image
Shippable integration
Integrated with Shippable to automatically build and run unit tests when new commits are pushed.
Testing
ES6 Support
- ES6 support using Babel
- ESLint integration
webpack integration
- webpack is now used for bundling the application assets instead of a combination of browserify and npm scripts
- support for Hot Module Replacement