year-calendar / js-year-calendar

A fully customizable year calendar widget
https://year-calendar.github.io/
Apache License 2.0
190 stars 68 forks source link

No dist folder in releases? #47

Open fbitterlich opened 4 years ago

fbitterlich commented 4 years ago

Not sure if I'm missing something, but in the releases (dowloaded here from GitHub) I don't see a /dist folder, like the one on bootstrap-year-calendar. So I'm not exactly clear on how to use the widget, as I don't want to use the CDN or npm versions...

The Readme example of the <link> and <script> tags only refers to the CDN version, but doesn't explain how to use the locally-hosted version...

FireEmerald commented 4 years ago

There is no difference between a locally-hosted version and the CDN version.

If you want to self-host your scripts just copy the required files from https://unpkg.com/browse/js-year-calendar@1.0.2/dist/ to your local drive and reference them instead of the CDN files.

ikhsan017 commented 3 years ago

I got to build one myself using npm i && npm run build