File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Howto Publish
2
2
3
- INFO: jsdelivr uses github ` build/* ` files
3
+ INFO: jsdelivr/unpkg.com uses github ` build/* ` files
4
+
5
+ (0) publish to npm (use because of proxy)
6
+
7
+ ```
8
+ npm --registry https://registry.npmjs.org/ login
9
+ npm --registry https://registry.npmjs.org/ publish
10
+ ```
4
11
5
12
(1) Create Git Tag
6
13
Original file line number Diff line number Diff line change 15
15
``` html
16
16
<html >
17
17
<body >
18
- <link href =" . /build/cc-image-lightbox.min.css" rel =" stylesheet" />
18
+ <link href =" https://unpkg.com/cc-image-lightbox@0.0.9 /build/cc-image-lightbox.min.css" rel =" stylesheet" />
19
19
20
20
<a href =" https://codeclou.github.io/cc-image-lightbox/demo/demo-gallery-02/images/DSC05104.JPG" target =" _blank" ><img
21
21
src =" https://codeclou.github.io/cc-image-lightbox/demo/demo-gallery-02/thumbs/DSC05104.JPG"
22
22
data-cc-lightbox =" gallery-02"
23
23
data-cc-title =" Image Four"
24
24
/></a >
25
25
26
- <script src =" . /build/cc-image-lightbox.min.js" ></script >
26
+ <script src =" https://unpkg.com/cc-image-lightbox@0.0.9 /build/cc-image-lightbox.min.js" ></script >
27
27
</body >
28
28
</html >
29
29
```
You can’t perform that action at this time.
0 commit comments