Skip to content

Commit

Permalink
Clean up Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Jun 13, 2023
1 parent 7c4164c commit b9bdbfd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ workbox_config := "workbox.config.cjs"
simple-http-server --port 8001 --try-file build/index.html --cors --index --nocache --silent -- build


@download-web-module filename url:
curl --silent --show-error --fail -o web_modules/{{filename}} {{url}}


@html:
echo "📄 Copying static HTML files"
mkdir -p {{dist_dir}}/ipfs/
Expand Down Expand Up @@ -86,8 +82,6 @@ insert-variables:

@js:
echo "📄 Copying JS files"
rm -rf {{dist_dir}}/web_modules
rsync -r web_modules/ {{dist_dir}}/web_modules/

{{node_bin}}/esbuild \
--bundle \
Expand Down

0 comments on commit b9bdbfd

Please sign in to comment.