Hi all,
I am building a bare bones web app
<https://bitbucket.org/jocklawrie/skeleton-webapp.jl> for displaying data
with interactive charts.
The app currently serves static files from root/static/xxx/filename, where
xxx is, for example, css or js. It does this via:
route(serve_static_files, app, GET, "/static/<level1>/<filename>")
However, I can't get it to serve files from deeper in the hierarchy, for
example root/static/xxx/yyy/filename. I've tried several variations of the
above code but clearly I am missing something. Any ideas?
Cheers,
Jock