using templating doesn't seem to work there; hardcode license URL instead
Tested the customizer, the generated zip had:
css/bootstrap.css:line 6: * Licensed under MIT (<%= _.pluck(pkg.licenses, "url").join(", ") %>)
Revised customizer generates:
css/bootstrap.css:line 4: * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment