Fix LESS file dependency tracking in ResourceLoader
authorOri Livneh <ori@wikimedia.org>
Wed, 30 Sep 2015 21:01:01 +0000 (14:01 -0700)
committerOri Livneh <ori@wikimedia.org>
Wed, 30 Sep 2015 21:04:18 +0000 (14:04 -0700)
commit7ac0a3ac59a9a70497cb06ec331a1a54d0665bf3
tree1aa63c705bb7be1519eb8f57beb1653408db7869
parent048b0c2b7a49820fb3785f8b84a61ddb69b5631c
Fix LESS file dependency tracking in ResourceLoader

As Timo noted in a review of I1ff6115, using '+=' to combine file dependencies
is incorrect here. I fixed it in one place but not the other, causing the file
dependencies to vary based on whether a .lesscache file was used.

Change-Id: Ie3f48048febc32c5c2d45acd87e10f946f6dfc94
includes/resourceloader/ResourceLoaderFileModule.php