Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.0
-
Fix Version/s: 1.0.1
-
Labels:None
-
Number of attachments :
Description
If have the following in my html:
<script id="defaultValidationMessageTemplate" type="text/html"> <div class="validatieBox"> <span class="validatieMessage" style="position: absolute" data-bind='validationMessage: field'>⊗</span> </div> </script>
This markup is removed by the plugin and is not re-included in a minified version.
By looking at the code, in 1.0.1-SNAPSHOT, this should be fixed already (see DocumentResourceReplacer.isJSType()).
1.0.1-SNAPSHOT would not work in my case since I did not specify the type attribute in the script tags (not required in HTML 5). Will create a new issue for this one.