Skip to content

Commit

Permalink
using templating doesn't seem to work there; hardcode license URL ins…
Browse files Browse the repository at this point in the history
…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
cvrebert committed Dec 19, 2013
1 parent fe7c7cc commit 08854cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Loading

0 comments on commit 08854cf

Please sign in to comment.