mbilbille / dmak

Draw your Japanese writings with a bit of JS and CSS
http://mbilbille.github.io/dmak
MIT License
188 stars 30 forks source link

404 when trying to load JS #21

Closed sova closed 5 years ago

sova commented 5 years ago

Is it necessary to have Dmak.js on a live server? I am trying to run it on my dev box but I keep getting 404s. Can I optionally host all the kanji svg on my box and teach Dmak the directory? I think that would be faster that requesting the resources outside the home server.

mbilbille commented 5 years ago

This may help you https://github.com/mbilbille/dmak/pull/19#issuecomment-213720710

sova commented 5 years ago

Thanks!