Skip to content

Commit

Permalink
final doc 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Grünewaldt committed Feb 17, 2017
1 parent f7656e8 commit e9cb66b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion PUBLISH.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Howto Publish

INFO: jsdelivr uses github `build/*` files
INFO: jsdelivr/unpkg.com uses github `build/*` files

(0) publish to npm (use because of proxy)

```
npm --registry https://registry.npmjs.org/ login
npm --registry https://registry.npmjs.org/ publish
```

(1) Create Git Tag

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
```html
<html>
<body>
<link href="./build/cc-image-lightbox.min.css" rel="stylesheet" />
<link href="https://unpkg.com/[email protected]/build/cc-image-lightbox.min.css" rel="stylesheet" />

<a href="https://codeclou.github.io/cc-image-lightbox/demo/demo-gallery-02/images/DSC05104.JPG" target="_blank"><img
src="https://codeclou.github.io/cc-image-lightbox/demo/demo-gallery-02/thumbs/DSC05104.JPG"
data-cc-lightbox="gallery-02"
data-cc-title="Image Four"
/></a>

<script src="./build/cc-image-lightbox.min.js"></script>
<script src="https://unpkg.com/[email protected]/build/cc-image-lightbox.min.js"></script>
</body>
</html>
```
Expand Down

0 comments on commit e9cb66b

Please sign in to comment.