guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

Use absolute paths internally instead of relative paths #131

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

Currently all paths are treated as relative to the chompfile. We should shift the internal representation to always use absolute paths.