hscc

Soure code of <https://hugo.soucy.cc>.
git clone git://soucy.cc/hscc.git
Log | Files | Refs

commit 1669cc193b29016aea569812aaa9f72995006223
parent 8718b7734f8e4e7766cda23e93c85f331f2d4722
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Wed, 15 Mar 2023 09:50:21 -0400

Add an URL to JSmin project.

Diffstat:
Msrc/js/js.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/js.sh b/src/js/js.sh @@ -4,7 +4,7 @@ # find . | entr -d ./js.sh # Dependencies: -# - jsmin (clang) +# - jsmin (clang) <https://www.crockford.com/jsmin.html> dst="../../public_html/js/"