mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-25 05:06:13 +00:00
Fix www.sh, copy scripts to theme's static/js folder too (#1967)
This commit is contained in:
@@ -15,3 +15,8 @@ cp node_modules/mock-socket/dist/mock-socket.js "$STATIC_ROOT/node_modules/mock-
|
||||
rm -rf "$STATIC_ROOT/test" "$STATIC_ROOT/src"
|
||||
cp -r "./test" "$STATIC_ROOT/test"
|
||||
cp -r "./src" "$STATIC_ROOT/src"
|
||||
|
||||
# copy the current htmx to the main website
|
||||
cp "src/htmx.js" "www/themes/htmx-theme/static/js/htmx.js"
|
||||
cp "src/ext/class-tools.js" "www/themes/htmx-theme/static/js/class-tools.js"
|
||||
cp "src/ext/preload.js" "www/themes/htmx-theme/static/js/preload.js"
|
||||
Reference in New Issue
Block a user