You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
What you want is for all the <b:outputStyleSheet> to queue up the content and write it as necessary. It needs to be smart enough to know that it has been written. Perhaps an application._bootstrap.outputStyleSheet = true; flag. Then <b:head> will add a link to the file cached version of the content. We need to document that this is for application wide style sheets. Some other day we will do page specific.
<b:outputStyleSheet> should be doing things like concatinating the style sheets. it should then be passed off the <b:head> to actually render.
On concatinate when then application is starting.
We also need to document how this working in simple capture content between tags mode
The text was updated successfully, but these errors were encountered: