viebel / klipse

Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
http://blog.klipse.tech/
GNU General Public License v3.0
3.1k stars 153 forks source link

404 on cache files #378

Closed strontian closed 3 years ago

strontian commented 3 years ago

using the klipse script here: https://storage.googleapis.com/app.klipse.tech/plugin/js/klipse_plugin.js

The following files are showing 404s:

https://viebel.github.io/klipse-clj/target/public/cljs-out/dev/cljs/compiler.cljs.cache.json https://viebel.github.io/klipse-clj/target/public/cljs-out/dev/cljs/tagged_literals.cljs.cache.json https://viebel.github.io/klipse-clj/target/public/cljs-out/dev/cljs/analyzer.cljs.cache.json https://viebel.github.io/klipse-clj/target/public/cljs-out/dev/cljs/compiler.cljs.cache.json

Not sure if this is an issue or not, but wanted to let you know.

Thanks!

viebel commented 3 years ago

That's not an issue. Klipse doesn't know a priori where the files are located. It tries several locations.