Closed akagomez closed 7 years ago
It seems unnecessary to repeat these lines:
var pathParts = (address+'').split('/'); pathParts[pathParts.length - 1] = ''; // Remove filename if (typeof window !== 'undefined') { pathParts = (load.address+'').split('/'); pathParts[pathParts.length - 1] = ''; // Remove filename }
https://github.com/stealjs/steal-less/blob/master/less.js#L15-L21
Maybe this happened as a result of a bad merge?
Does look wrong, why is this only happening in a window I wonder.
This was fixed a while back.
It seems unnecessary to repeat these lines:
https://github.com/stealjs/steal-less/blob/master/less.js#L15-L21
Maybe this happened as a result of a bad merge?