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
we need to be able to add comment in <!-- foo --> structure and not only in <%-- foo --%>
the grunt compression script is looking for <!-- and it failed to compress files that are surrounded with <%--
the compression comment/headline needs to look like that <!-- combinestart:libsmmobilejs -->
The text was updated successfully, but these errors were encountered:
we need to be able to add comment in
<!-- foo -->
structure and not only in<%-- foo --%>
the grunt compression script is looking for
<!--
and it failed to compress files that are surrounded with<%--
the compression comment/headline needs to look like that
<!-- combinestart:libsmmobilejs -->
The text was updated successfully, but these errors were encountered: