Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Build
run: |
deno task lume
deno task minify-attrs
touch public/.nojekyll

- name: Configure npm cache # Where wrangler is installed
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
exit 1
fi
done
deno task minify-selectors

- name: Commit changes
run: |
Expand Down
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"build": "deno task lume",
"serve": "deno task lume -s --port 4000",
"minify-attrs": "deno run -A jsr:@akimon658/minify-attrs@0.2.3 public",
},
"compilerOptions": {
"jsx": "react-jsx",
Expand Down
16 changes: 15 additions & 1 deletion deno.lock

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

Loading