add .vscode
This commit is contained in:
parent
d3177d10a7
commit
641e10b7d9
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,4 +2,4 @@
|
|||||||
Cargo.lock
|
Cargo.lock
|
||||||
/pkg
|
/pkg
|
||||||
/tmp
|
/tmp
|
||||||
/assets.tar.zst
|
/assets.tar.zst
|
||||||
|
|||||||
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"files.trimTrailingWhitespace": true
|
||||||
|
}
|
||||||
2
TODO.md
2
TODO.md
@ -18,4 +18,4 @@
|
|||||||
10. rewrite FunctionEntry to move more information and handling to egui_app (such as config changes)
|
10. rewrite FunctionEntry to move more information and handling to egui_app (such as config changes)
|
||||||
11. Threading
|
11. Threading
|
||||||
12. fix integral display
|
12. fix integral display
|
||||||
13. Improve loading indicator
|
13. Improve loading indicator
|
||||||
|
|||||||
2
build.sh
2
build.sh
@ -30,4 +30,4 @@ cp -r pkg/ytbn_graphing_software_bg.wasm pkg/ytbn_graphing_software.js tmp/
|
|||||||
cp www/index.html www/style.css tmp/
|
cp www/index.html www/style.css tmp/
|
||||||
|
|
||||||
echo "Total size: $(du -sb tmp)"
|
echo "Total size: $(du -sb tmp)"
|
||||||
echo "Binary size: $(du -sb tmp/ytbn_graphing_software_bg.wasm)"
|
echo "Binary size: $(du -sb tmp/ytbn_graphing_software_bg.wasm)"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm -fr assets.tar.zst | true
|
rm -fr assets.tar.zst | true
|
||||||
cd assets
|
cd assets
|
||||||
tar -I 'zstd --ultra -22' -cf ../assets.tar.zst *.*
|
tar -I 'zstd --ultra -22' -cf ../assets.tar.zst *.*
|
||||||
|
|||||||
@ -3,4 +3,4 @@ set -e
|
|||||||
|
|
||||||
bash build.sh "$1"
|
bash build.sh "$1"
|
||||||
|
|
||||||
basic-http-server tmp/
|
basic-http-server tmp/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user