Skip to content

Commit

Permalink
untrack wasm and worker files
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Jan 1, 2024
1 parent 3d5fecb commit 06db10e
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 21 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo

# for local testing purposes
resume.json
# swiftlatex's postinstall files
/public/*.js
/public/*.wasm
1 change: 1 addition & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "next build",
"lint": "next lint",
"format": "prettier --write src",
"format:check": "prettier --check src"
"format:check": "prettier --check src",
"postinstall": "cp node_modules/swiftlatex/dist/swift*.js node_modules/swiftlatex/dist/*.wasm public"
},
"dependencies": {
"archiver": "^5.3.1",
Expand Down
6 changes: 0 additions & 6 deletions public/swiftlatexdvipdfm.js

This file was deleted.

Binary file removed public/swiftlatexdvipdfm.wasm
Binary file not shown.
6 changes: 0 additions & 6 deletions public/swiftlatexpdftex.js

This file was deleted.

Binary file removed public/swiftlatexpdftex.wasm
Binary file not shown.
6 changes: 0 additions & 6 deletions public/swiftlatexxetex.js

This file was deleted.

Binary file removed public/swiftlatexxetex.wasm
Binary file not shown.

0 comments on commit 06db10e

Please sign in to comment.