Chris Rebert
08854cf8a6
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 )
2013-12-18 16:25:23 -08:00
Chris Rebert
fe7c7ccf29
rebuild minified customizer JS so it reflects the licensing change
2013-12-18 15:50:59 -08:00
Mark Otto
40651cf1ea
more license mentions
2013-12-18 15:08:16 -08:00
Mark Otto
e8e60ae4bc
version bump
2013-12-18 14:56:08 -08:00
XhmikosR
caa3d53dcb
customizer.js: remove a workaround for older less.js.
2013-12-11 13:27:23 +02:00
XhmikosR
11180e0fa7
Update less.js to v1.5.1.
...
This fixes an error with `&:extend(.clearfix all)` when using the customizer.
2013-12-10 18:09:14 +02:00
Mark Otto
cdb7d9839e
grunt
2013-12-08 17:21:37 -08:00
Mark Otto
e1247e3edc
Match customizer banner to Gruntfile banner
2013-12-08 17:17:51 -08:00
Chris Rebert
c545312bd6
need customize.js to be tracked for it to work on GitHub Pages
...
follow-up to #11738
2013-12-06 11:35:58 -08:00