jgallen23 / toc

Table of Contents Plugin
http://projects.jga.me/toc/
MIT License
531 stars 111 forks source link

Production downloadable link is missing #66

Closed letientai299 closed 7 years ago

letientai299 commented 7 years ago

Link to download production and development file on the github pages are missing due to dist folder is removed.

https://raw.githubusercontent.com/jgallen23/toc/master/dist/toc.min.js

Could you please add new links or summit this library into cdnjs/jsdelivery?

KeJunMao commented 7 years ago

here :) https://github.com/jgallen23/toc/blob/7d5cdb7157318418469acb31fbeab6bd9913a65b/dist/toc.js

wsw70 commented 7 years ago

The link is still dead, the issue should not be closed.

jgallen23 commented 7 years ago

https://raw.githubusercontent.com/jgallen23/toc/0.3.2/dist/toc.min.js

jamiejackson commented 7 years ago

That gave me mime type problems: Refused to execute script from 'https://raw.githubusercontent.com/jgallen23/toc/0.3.2/dist/toc.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.

This works better for me: https://cdn.rawgit.com/jgallen23/toc/0.3.2/dist/toc.min.js

jgallen23 commented 7 years ago

thanks @jamiejackson