Skip to content

Commit

Permalink
fixes #9 self-hosted environment
Browse files Browse the repository at this point in the history
  • Loading branch information
decioferreira committed Dec 11, 2024
1 parent bc969bc commit 14e59cd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guida.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
js="bin/guida.js"
min="bin/guida.min.js"

elm make --optimize --output=$js $@
guida make --optimize --output=$js $@

uglifyjs $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 $min

Expand Down
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"elm-format": "^0.8.7",
"elm-review": "^2.12.0",
"elm-test": "^0.19.1-revision12",
"guida": "^0.3.0-alpha",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"uglify-js": "^3.19.3"
Expand Down

0 comments on commit 14e59cd

Please sign in to comment.