lessphp
lessphp copied to clipboard
Added ability to change relative paths according to path to root .less file. (#119)
Support an extra parameter to change relative paths in url() statement. Enabled by default.
Why re-parse the url out of what's already been parsed and compiled?
This pull request passes (merged d3161a06 into 4182e424).
I like this as well. Would be nice to have it in the package rather than manually editing the file.
Does this support of relative links will be integrated one day ?
note that less.js 1.3.2 implemented a similar feature
This pull request should be merged, ability to change relative paths according to root path, is very usefull to manage & parse assets efficiently
Url rewriting option is false by default now, (as less.js), so this pull request don't change the default behavior.
Is there any chance that this PR will be accepted, or should we found an another solution (if exists) to manage relative path ?