Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using templating doesn't seem to work there; hardcode license URL ins…
…tead 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)
- Loading branch information