rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.28k stars 530 forks source link

Changed the uglify --output parameter #99

Open gunnarahlberg opened 3 years ago

gunnarahlberg commented 3 years ago

The uglifyjs --output parameter gave an "ERROR: invalid option --output=elm.js"

This commit changes the instructions to say --output elm.js in two relevant places

Attempts to fix https://github.com/rtfeldman/elm-spa-example/issues/98