jsreport / jsreport-core

The minimalist jsreport rendering core
GNU Lesser General Public License v3.0
85 stars 24 forks source link

Relative file references #17

Closed pofider closed 4 years ago

pofider commented 7 years ago

It would be great to support the scenario mentioned in this comment

The issue here is that this makes sense only for fs store. We would need to find a way how to make this consistent with other stores. We could maybe add support for storing object in hierarchies. Then user can put assets into the folders to templates and reference them just like std images, css or scripts where the relative path would be resolved dynamically using base tag targeting our endpoint.

pofider commented 4 years ago

After the implementation of assets and folders, this doesn't seem to be needed anymore.