Skip to content

Commit

Permalink
use production minified elm
Browse files Browse the repository at this point in the history
  • Loading branch information
willisplummer committed Apr 7, 2023
1 parent 8578ed7 commit eab6fdd
Show file tree
Hide file tree
Showing 7 changed files with 409 additions and 397 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /bin/bash

npx elm make Main.elm --optimize --output=elm.js
npx uglify-js elm.js --compress "pure_funcs=[F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,A8,A9],pure_getters,keep_fargs=false,unsafe_comps,unsafe" | uglifyjs --mangle --output elm.min.js
Loading

0 comments on commit eab6fdd

Please sign in to comment.