Update to the latest less.js
Review Request #6152 — Created July 27, 2014 and submitted
When running the devserver, I noticed that I wasn't getting retina icons
anywhere. The issue here is that the version of the less.js that we loaded when
running withDEBUG=Truehad a bug when importing mixins using(reference).
I've updated our shipped copy to the latest release (1.7.3) and it fixes the
issue.
Loaded a review request and the admin dashboard and saw retina icons
everywhere.
Tool: PEP8 Style Checker Ignored Files: reviewboard/static/lib/js/less-1.5.1.min.js reviewboard/templates/js/pipeline.html reviewboard/static/lib/js/less-1.7.3.min.js Tool: Pyflakes Ignored Files: reviewboard/static/lib/js/less-1.5.1.min.js reviewboard/templates/js/pipeline.html reviewboard/static/lib/js/less-1.7.3.min.js