Skip to content

Commit

Permalink
Don’t minify identifiers in search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
irskep committed Sep 9, 2024
1 parent c09a99e commit a4c9fa1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

client-nocache:
bun build src/clientjs/index.ts --target=browser --outfile=templates/html/static/client.js --minify --sourcemap
bun build src/clientjs/search.ts --target=browser --outfile=templates/html/static/search.js --minify --sourcemap
bun build src/clientjs/search.ts --target=browser --outfile=templates/html/static/search.js --minify-syntax --minify-whitespace --sourcemap
bun build src/clientjs/mermaid.ts --target=browser --outfile=src/plugins/static/mermaid.js --minify --sourcemap

templates/html/static/client.js: src/clientjs/*
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/static/mermaid.js

Large diffs are not rendered by default.

Loading

0 comments on commit a4c9fa1

Please sign in to comment.