gkubisa / elm-app-boilerplate

Base project for Elm applications
http://gkubisa.github.io/elm-app-boilerplate/
MIT License
120 stars 16 forks source link

Reference minified code in index.html #1

Closed gkubisa closed 8 years ago

gkubisa commented 8 years ago

Possible options:

gkubisa commented 8 years ago

Another option, probably preferable, would be to always use the minified JS and CSS, and produce source maps.

gkubisa commented 8 years ago

index.html now references the minified code, and sourcemaps are provided for all code except Semantic UI which does not support them.