wilsonpage / express-subdomain-handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static files

iplanwebsites opened this issue · comments

That'd be really handy to exclude a set routes for JS, IMG and others.
That way sub-domains would be able include CSS, JS, and images without a new set of rules. Or maybe there's a simpler way to achieve this?

This might be out of scope?

We can simply add the full url //domain.com/etc when including files and using ajax endpoints.