gardr / validator

MIT License
3 stars 0 forks source link

Support for relative include paths #2

Closed trull closed 10 years ago

trull commented 10 years ago

We wish to be able to use relative include paths on js and css.

sveisvei commented 10 years ago

The main issue here is that files including files async that depend on a relative html being served is not going to work with Gardr, as its container-iframe is a static html served from a unknown url.

Async wont work, sync will if content is referenced inside initial html file.

sveisvei commented 10 years ago

We could support this via tag, by injecting base-tag just before injecting rest.