Skip to content

Commit bc60f49

Browse files
committed
installs htmx
1 parent b6e78ac commit bc60f49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make.php

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929

3030
Make::install_jquery();
3131

32+
@mkdir('webroot/vendor/htmx/');
33+
copy('node_modules/htmx.org/dist/htmx.min.js', 'webroot/vendor/htmx/htmx.min.js');
34+
3235
create_homepage();
3336

3437
/**

0 commit comments

Comments
 (0)