Rename lessc->embeddedImages to lessc->embeddedFiles
authorOri Livneh <ori@wikimedia.org>
Mon, 23 Sep 2013 21:46:41 +0000 (14:46 -0700)
committerOri Livneh <ori@wikimedia.org>
Mon, 23 Sep 2013 21:46:41 +0000 (14:46 -0700)
commit565b0fae817d6089eb7d14b132da845bb85a839c
tree6846588e5531c6a1ef610b96d94591929e527190
parentf14144aa74133d3832029a4815930ab3dd476f55
Rename lessc->embeddedImages to lessc->embeddedFiles

'embeddedImages' is a custom property we set on lessc compiler instances to
track the set of files that were embedded in the generated source as data URIs.
This is so done so we know to regenerate the CSS if the source file for an
embedded asset changes. (If my pull request[1] is merged, we won't have to use
a custom property at all.)

I realized that the property name should be 'embeddedFiles' rather than
'embeddedImages', because it's not just images that can be usefully embedded in
CSS, but fonts as well.

  [1]: https://github.com/leafo/lessphp/pull/472

Change-Id: Ief3afaa23e4532f4a536e0dfef943d4fa20db80d
includes/DefaultSettings.php
includes/resourceloader/ResourceLoaderFileModule.php
includes/resourceloader/ResourceLoaderModule.php