How to disable Script Template validation in Visual Studio/Web Essentials -
i have script template use jquery.tmpl variables:
<script id="bc_template" type="text/x-jquery-tmpl"> <div class="bc_addbcontainer" style="left: ${left}; bottom: ${bottom}"></div> </script>
visual studio or web essentials (2013), don't know one, complains problems code in style
attribute. thought script templates ignored being parsed?
how can disable these warnings script templates? web essentials and/or lint script comment disabling (or whatever called) did not work here.
Comments
Post a Comment