-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the new <@unbundled-resources@/> tag #1174
Comments
@dogoku & @thecapdan have just requested the ability to refer to an image from HTML within a BRJS conformant library, but without using CSS to refer to it, and at present this would require them to do the following to make it work:
@andyberry88 / @ioanalianabalas, do you both agree that this is not reasonable, and that the |
@dchambers, I agree with you that this should be a functionality provided by the |
We've already got "implicitly add bundle path tokens to "JNDI" token filter" (#775) to look at it and I'd suggest this is a duplicate or very related to that. We currently have some special logic in the XML and HTML content plugins to replace the This is also loosely related to the static tokens work we've also said we'd like to do for 1.1 (#749). |
@andyberry88, it's not obvious to me how this issue relates to #775. Perhaps we can discuss this tomorrow after the stand-up? |
For what appear to be theoretical and unproven reasons, we now have the ability to request 'unbundled-resources' at any level. At present however, the
<@unbundled-resources@/>
tag only allows you to load resources local to where the tag has been used, for example:unbundled-resources
from the aspect.unbundled-resources
from the bladeset workbench.unbundled-resources
from the blade workbench.At present, the only time I've seen the
<@unbundled-resources@/>
tag used from a workbench page, it was used to load resources from the default aspect, and so was preceded by../../../
, like so:Do people have an opinion on how this tag should work in general, and what the attributes it should support? @james-shaw-turner / @andyberry88 / @thecapdan / @janhancic / @bit-shifter / @LukePage?
The text was updated successfully, but these errors were encountered: