Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
www
esm
Commits
6890aa04
Commit
6890aa04
authored
Dec 01, 2022
by
tracey
💬
Browse files
comments, re-indents, etc (nothing substantitive)
parent
f649b163
Pipeline
#71808
passed with stages
in 6 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6890aa04
...
...
@@ -8,7 +8,7 @@ test:
# ensure petabox can build all `.min.js` files
stage
:
test
services
:
# fire up our just buil
d
container as a service that we can talk to like http://esm/
# fire up our just buil
t
container as a service that we can talk to like http://esm/
-
name
:
${CI_REGISTRY_IMAGE}/${CI_COMMIT_REF_SLUG}:${CI_COMMIT_SHA}
alias
:
esm
...
...
README.md
View file @
6890aa04
...
...
@@ -13,6 +13,12 @@ import $ from 'https://esm.archive.org/jquery@^3.0.0'
```
@see https://esm.sh for more usage and examples
## TESTING
This repo has an
*extensive*
integration test that utilizes multiple containers (!) to fully build all petabox
`.min.js`
files.
@see
[
.gitlab-ci.yml
](
.gitlab-ci.yml
)
## References
-
@see https://github.com/ije/esm.sh/blob/main/HOSTING.md
-
@see https://github.com/ije/esm.sh/blob/main/Dockerfile
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment