1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 05:19:15 +02:00

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)
This commit is contained in:
Chris Rebert
2013-12-18 15:37:46 -08:00
parent fe7c7ccf29
commit 08854cf8a6
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long