Closed joeheyming closed 9 years ago
The template needs to detect if the input is css or less. If it is less, you need to output
<% css.forEach(function(style){ %> <% if (style.match(/.less$/)) {>
<% } else { %>
<% }}) %>
Pre-process less files in other grunt tasks. This task only focuses on its own mission.
yeah i figured out a workaround elsewhere, thanks for your time!
The template needs to detect if the input is css or less. If it is less, you need to output
<% css.forEach(function(style){ %> <% if (style.match(/.less$/)) {>
<% } else { %>
<% }}) %>