cloudflare / Stout

A reliable static website deploy tool
MIT License
751 stars 29 forks source link

Different base tags across HTML files are not supported #27

Closed renandincer closed 8 years ago

renandincer commented 8 years ago

https://github.com/EagerIO/Stout/blob/master/src/deploy.go#L322 When parsing through html files, the last parsed base tag is returned

zackbloom commented 8 years ago

Just to clarify, this is saying instead of supporting one base tag per file, we only support one per deploy?

renandincer commented 8 years ago

yes and you're right.