Skip to content

Commit

Permalink
Bundle fork me on GH ribbon css (openscad#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Oct 23, 2024
1 parent 8a0a062 commit 7b99679
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
29 changes: 29 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The WASM build was made possible by https://github.com/DSchroer/openscad-wasm.
* [double-conversion](#double-conversion)
* [Liberation Fonts](#liberation-fonts)
* [Noto Fonts](#noto-fonts)
* [Fork me on GitHub CSS ribbon](#fork-me-on-github-css-ribbon)
* [SCAD Libraries](#scad-libraries)
+ [BOSL2](#bosl2)
+ [NopSCADlib](#nopscadlib)
Expand Down Expand Up @@ -876,6 +877,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

## Fork me on GitHub CSS ribbon

https://github.com/simonwhitaker/github-fork-ribbon-css

```
The MIT License (MIT)
Copyright (c) 2013 Simon Whitaker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

## Common licenses

These are linked from a few of the packages listed above.
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ clean:
rm -fR src/wasm

dist/index.js: public
npm run build2
# mkdir -f build/libraries
# cp -f public/libraries/*.zip build/libraries
npm run build

dist/openscad-worker.js: src/openscad-worker.ts
npx rollup -c
Expand Down
5 changes: 5 additions & 0 deletions public/gh-fork-ribbon.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@

<script src="./index.js" defer></script>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css"> -->
<link rel="stylesheet" href="./gh-fork-ribbon.min.css">

<style>
#root,
Expand Down

0 comments on commit 7b99679

Please sign in to comment.