Skip to content

Commit b7bb5e3

Browse files
committed
🐞 improve dynload
1 parent 89749cd commit b7bb5e3

File tree

5 files changed

+24
-39
lines changed

5 files changed

+24
-39
lines changed

Justfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ default:
44
do-it:
55
@xdg-open https://youtu.be/AkygX8Fncpk
66

7-
clean: clean_css clean_js
8-
./scripts/compress_static_files.py --clean
7+
clean: clean_compressed clean_css clean_js
98

109
clean_css:
1110
rm -fr "{{ justfile_directory() }}/an_website/static/css"
1211

1312
clean_js:
1413
rm -fr "{{ justfile_directory() }}/an_website/static/js"
1514

15+
clean_compressed:
16+
./scripts/compress_static_files.py --clean
17+
1618
build:
1719
-@just build_js 2> /dev/null
1820
@just build_css

an_website/static/js/utils/dynload.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)