mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-25 05:06:13 +00:00
include preload in the website
This commit is contained in:
@@ -14,6 +14,7 @@ fs.copySync("test/", currentReleaseRoot + "/test");
|
||||
fs.copySync("src/", currentReleaseRoot + "/src");
|
||||
fs.copySync("src/htmx.js", "www/js/htmx.js");
|
||||
fs.copySync("src/ext/class-tools.js", "www/js/class-tools.js");
|
||||
fs.copySync("src/ext/preload.js", "www/js/preload.js");
|
||||
|
||||
var testHTML = "<html><body style='font-family: sans-serif'><h1>HTMX TESTS</h1><ul>\n"
|
||||
fs.readdirSync(testRoot).reverse().forEach(function(file){
|
||||
|
||||
Reference in New Issue
Block a user