Skip to content

Add elm-build binary

Luís Couto requested to merge elm-build into master

In order to easily build optimized Elm projects, add a global executable with the pre-configured UglifyJS settings.

e.g.:

elm-build -s src/Main.elm -o dist/main.js
Edited by Luís Couto

Merge request reports