Skip to content

Commit

Permalink
add build-prod recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
alpancs committed Sep 24, 2024
1 parent 9c8e9b5 commit 58cca14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ run-server:
--port=5000 \
--cache-control-headers=false \
--log-level=info

build-prod: build-wasm get-fontawesome
wget https://cdn.jsdelivr.net/npm/vue@{{vue_version}}/dist/vue.esm-browser.prod.js -O {{public_dir}}/scripts/vue.esm-browser.js
wget https://cdn.jsdelivr.net/npm/bulma@{{bulma_version}}/css/bulma.min.css -O {{public_dir}}/styles/bulma.css

0 comments on commit 58cca14

Please sign in to comment.