palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.97k stars 224 forks source link

Minified code not found at unpkg/update README.md's links #3453

Closed stevengum closed 6 years ago

stevengum commented 6 years ago

Bug report

Live example URL: https://unpkg.com/plottable/plottable.min.js via unpkg under Quick Start on the main README.md.

Steps to repro:

  1. Click on the link
  2. Directed to page that indicates the following:

    Cannot find module "/plottable.min.js" in package plottable@#.#.#

Expected behavior

Be able to find the minified version of plottable.

Actual behavior

See step 2 of repro.

Possible Solution

Remove link, and/or add notes indicating the option of using jsDelivr as @MartinKolarik indicated and @hellochar endorsed in #3364.

Environment