dave / jsgo

GopherJS compiler, serving framework and CDN.
https://jsgo.io/<path>
MIT License
269 stars 11 forks source link

API to update subdirectories of a specified directory #7

Open hajimehoshi opened 6 years ago

hajimehoshi commented 6 years ago

I'm thinking of using your jsgo.io at my website https://hajimehoshi.github.io/ebiten/. I'd like to keep the examples' JavaScript latest as much as possible. In my website, there are multiple examples like airship and blocks, and with the current jsgo I'd need to update those examples one by one to access compile.jsgo.io.

Is there an API to update all the subdirectories of a specified directory?

dave commented 6 years ago

I'll probably make something like this soon, but it's not in my immediate radar.

hajimehoshi commented 6 years ago

Are you still working on this? :-)

dave commented 6 years ago

It's not on my short-term to-do list.