mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Adds a normalizePath method to tree.evalEnv.prototype with which to normalize paths, i.e. , remove /../ or /./ segments stuck in the middle. Unit tests have been updated to reflect these changes.