File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "test" : " npm run lint && npm run types-check && mocha-chrome test/index.html" ,
3434 "type-declarations" : " tsc --project ./jsconfig.json" ,
3535 "ws-tests" : " cd ./test/ws-sse && node ./server.js" ,
36- "www" : " bash ./scripts/www.sh"
36+ "www" : " bash ./scripts/www.sh" ,
37+ "sha" : " bash ./scripts/sha.sh"
3738 },
3839 "repository" : {
3940 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a
121121your head tag and get going:
122122
123123``` html
124- <script src =" https://unpkg.com/htmx.org@2.0.1" integrity =" sha384-Kuy3zzgrd0iLfD2M/Bid8+jwLls454XKE9xFQE7OPj4VIwd1vlTS/4oNMxjpTtOw " crossorigin =" anonymous" ></script >
124+ <script src =" https://unpkg.com/htmx.org@2.0.1" integrity =" sha384-QWGpdj554B4ETpJJC9z+ZHJcA/i59TyjxEPXiiUgN2WmTyV5OEZWCD6gQhgkdpB/ " crossorigin =" anonymous" ></script >
125125```
126126
127127An unminified version is also available for debugging as well:
128128
129129``` html
130- <script src =" https://unpkg.com/htmx.org@2.0.1/dist/htmx.js" integrity =" sha384-ELJB0CrwJPIruxvwhqogOAeh84D/QrihzCpaCO63RB/OlBPyezKvFpceNNOra4PG " crossorigin =" anonymous" ></script >
130+ <script src =" https://unpkg.com/htmx.org@2.0.1/dist/htmx.js" integrity =" sha384-gpIh5aLQ0qmX8kZdyhsd6jA24uKLkqIr1WAGtantR4KsS97l/NRBvh8/8OYGThAf " crossorigin =" anonymous" ></script >
131131```
132132
133133While the CDN approach is extremely simple, you may want to consider
You can’t perform that action at this time.
0 commit comments