]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
using templating doesn't seem to work there; hardcode license URL instead
authorChris Rebert <code@rebertia.com>
Wed, 18 Dec 2013 23:37:46 +0000 (15:37 -0800)
committerChris Rebert <code@rebertia.com>
Thu, 19 Dec 2013 00:25:23 +0000 (16:25 -0800)
commit08854cf8a6fa4a139e3a3bf3cd0fdfc8cdff6d9f
tree87e83093b2ddffbf1deaf69da9bee954ae35ba11
parentfe7c7ccf29bfb47bf348190837be35f1857a11fe
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)
docs-assets/js/customize.js
docs-assets/js/customizer.js