26 Commits

Author SHA1 Message Date
Carson Gross
f751aba86f remove only top level files to keep the legacy extensions 2024-07-12 11:12:56 -06:00
Alexander Petros
e1143de850
Generate .d.ts file in build script (#2653)
* Generate .d.ts file in build script

Resolves: #2629

* Streamline configuration options

Delete the JSConfig so we don't have to un-specify options when checking
vs generating (and also to remove a config file). Steamline the options
by re-using the NPM commands.

* Remove type generating from dev script
2024-06-20 11:18:47 -06:00
Carson Gross
6bff809c13 Merge branch 'master' into dev 2024-04-17 10:58:46 -06:00
Carson Gross
adfd2c8bc8 fix sha for unminified version 2024-04-17 10:58:31 -06:00
Alexander Petros
2f0de8bdbe
Switch to default export for htmx 2 (#2428) 2024-03-24 16:11:45 -06:00
Carson Gross
e3330db4a3 prep beta1 2024-03-13 16:00:27 -06:00
Alexander Petros
54c89e4e3e Add AMD distribution 2023-12-21 12:39:07 -05:00
Alexander Petros
7e484f65a4 Replace UMD with distribution script
This also includes a massive reformat of the htmx code, since the
indenting was changed. I used standardJS for this.
2023-12-21 12:20:48 -05:00
Vincent
df7c0c2c60
Fix www.sh, copy scripts to theme's static/js folder too (#1967) 2023-11-06 10:48:27 -07:00
Alexander Petros
d1288d202a
Remove old tests from the website (#1733)
The website used to host every past test suite, copied into the www
directory. We no longer need that on the website (and it makes the
codebase impossible to search) so I removed all the old tests and the
new tests are hosted simply at /test.

I also replaced the www.js script with a simpler www.sh one (since we no
longer need to do anything besides copying, really), which allowed me to
remove a node dependency that was only used in that script.
2023-09-19 11:07:24 -05:00
Carson Gross
9162262cdc comment www script 2023-04-11 12:28:34 -06:00
Carson Gross
cb52f71cd2 fix www generation 2023-04-11 10:28:35 -06:00
Daniel J. Summers
8564251136 Sync content from 1.8.6 release
- Update path for test generation script
2023-03-08 11:34:42 -05:00
Denis Palashevskii
a097e6dd1e
Add websocket mocking library to www.js script (#1207) 2023-01-17 14:35:24 -07:00
Carson Gross
4ff41be0bd include chai-dom in website build 2022-06-16 14:18:01 -06:00
carson
ec57534150 sha generator script 2021-02-05 20:52:28 -07:00
carson
1e780a7961 include preload in the website 2021-01-03 15:59:01 -07:00
carson
8a6a6f8016 web socket support 2020-05-24 21:41:44 -07:00
carson
e0a8b2e9a9 fix test index 2020-05-22 19:59:06 -07:00
carson
08242c7fc5 include a generated index file in /test 2020-05-22 18:41:00 -07:00
carson
3aa8c64754 le big re-rename 2020-05-17 05:22:19 -07:00
carson
fea1ffe378 remove history nav from boost tests 2020-05-14 06:46:34 -07:00
carson
b763f91207 move testing to make clear what it is for 2020-05-14 06:36:01 -07:00
carson
c0e4afd00b public testing mechanism 2020-05-14 06:32:57 -07:00
carson
8be1f10636 update site 2020-05-02 16:25:29 -07:00
carson
9e8f101c0f infrastructure for copying out a version of htmx for testing in the broader browser world 2020-05-02 14:31:05 -07:00