Skip to content

Commit

Permalink
✨ update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Sep 22, 2024
1 parent f66938b commit 25e13ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_dart_sass/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
tar_gz_release_file:
description: The .tar.gz release file.
required: false
default: https://github.com/asozialesnetzwerk/dart-sass/releases/download/1.79.2%2Basozial/dart-sass-1.79.2+asozial-linux-x64.tar.gz
default: https://github.com/asozialesnetzwerk/dart-sass/releases/download/1.79.3%2Basozial/dart-sass-1.79.3-linux-x64.tar.gz
runs:
using: composite
steps:
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clean": "deno task clean:css && deno task clean:js && ./scripts/compress_static_files.py --clean",
"clean:css": "rm -fr an_website/static/css",
"clean:js": "rm -fr an_website/static/js",
"esbuild": "deno run -A https://raw.githubusercontent.com/asozialesnetzwerk/deno-esbuild/447d06ce059c82524fd769c212b6d6cdfd7c7c0c/mod.js --target=$(deno task target),chrome79,edge123,firefox115,ios12.2,opera107,safari15.6 --charset=utf8 --minify --sourcemap --tree-shaking=false",
"esbuild": "deno run -A https://deno.land/x/esbuild@v0.24.0/mod.js --target=$(deno task target),chrome79,edge123,firefox115,ios12.2,opera107,safari15.6 --charset=utf8 --minify --sourcemap --tree-shaking=false",
"target": "echo es$(python3 -c 'from datetime import datetime, timezone; print(min((now := datetime.now(timezone.utc)).year - (5 + (now.month < 7)), 2022))')",
"watch:css": "deno task build:css --watch",
"watch:js": "deno task build:js --watch",
Expand Down

0 comments on commit 25e13ad

Please sign in to comment.