Closed jtsternberg closed 8 years ago
cssmin.js as well. This line: https://github.com/10up/generator-wp-make/blob/master/shared/grunt/tasks/options/_concat.js#L7
<% if ( opts.license ) { %>}' * Licensed <%= opts.license %>' +<% } %>
Should be
<% if ( opts.license ) { %>' * Licensed <%= opts.license %>' +<% } %>
This is because of this errant bracket:
concat.js
code:uglify.js
code:I haven't yet confirmed if other files have the same problem.