Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ihasq committed Jan 16, 2024
1 parent 48d99ea commit 0b5b7a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions docs/.htaccess

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion script/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ let mainBuiltText = (await esbuild.build({
minify: true,
})).outputFiles[0].text.replace(/\t|\n/g, "")

await Deno.writeTextFile("./docs/esm/index.html", mainBuiltText)
await Deno.writeTextFile("./docs/mod.js", mainBuiltText)

0 comments on commit 0b5b7a0

Please sign in to comment.