Commit Graph

8 Commits

Author SHA1 Message Date
97362a7309 Export global L in new bundle (#9686) 2025-05-06 20:56:40 +02:00
1dcd7f9c2e Replace unpkg with jsDelivr in documentation (#9663) 2025-04-25 14:42:55 +02:00
7ac98758d4 Drop UMD and make ESM the default entrypoint (#8826)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2025-03-17 15:59:00 +01:00
430bac2741 Convert build scripts into ESM (#8610) 2022-10-26 00:07:03 +02:00
29606c37b4 Improve integrity generation for releases (#8459) 2022-09-22 21:40:03 +02:00
1b89c0af3a Add scripts in 'build' directory to linting config (#7676) 2021-10-29 16:35:02 +03:00
e3b049cefd Chore(scripts): Remove jake dependency and use NPM scripts instead (#5828)
* run `docs` via npm

* add shebang line to integrity.js, so npm will resolve node binary automatically

* remove unnecessary build-jake npm script

* add test.js script as replacement of Jakefile.js

* remove Jakefile, remove jake from devDependencies

* update docs

* move scripts to separate directory

* change shebang line from nodejs to js

* change shebang line from js to node

* update docs

* use Karma cli instead of custom test script

* add pretest and test-nolint scripts, remove lint scripts from travis.ci

Run linting scripts in pretest script, this way test script will automatically trigger code linting.

Add test-nolint script to have possibility to run tests without triggering pretest script with linting. This is useful when running tests in different browsers and tere's no sense to lint code more than one time

* replace shebang lines with node executable in npm scripts

* remove note about nodejs symlink in CONTRIBUTING.md
2018-02-05 11:15:32 +04:00
561b7f737b Add subresource integrity information & scripts (#5468)
* Add subresource integrity information & scripts

* Include the integrity hashes in all tutorials also

* Change wording of one of the build scripts
2017-04-19 14:56:14 +02:00