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
Hello,
I have a problem when vulcanizing a JSP file that contains some JSP markup.
It moves all my JSP stuff in body (not that big of a problem, but can be some time) and it replaces my < with < (that is a big problem).
One easy fix for this would be to allow only to merge the templates, but not generate head and body and all that stuff (https://github.com/Polymer/vulcanize/issues/86) and i just
<%@include file="vulcanized.html" %>
If anyone has a quick fix for this, please let me know (kinda stuck)
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello,
I have a problem when vulcanizing a JSP file that contains some JSP markup.
It moves all my JSP stuff in body (not that big of a problem, but can be some time) and it replaces my < with < (that is a big problem).
One easy fix for this would be to allow only to merge the templates, but not generate head and body and all that stuff (https://github.com/Polymer/vulcanize/issues/86) and i just
<%@include file="vulcanized.html" %>
If anyone has a quick fix for this, please let me know (kinda stuck)
The text was updated successfully, but these errors were encountered: