qualialabs / reval

Instant Meteor reloads
MIT License
98 stars 15 forks source link

Resolve paths on clear #20

Closed ottobonn closed 7 years ago

ottobonn commented 7 years ago

If an editor reloads a file to reval using a relative path, it can't know the final path reval uses for the file. As a result, it can't clear that file. This change makes reload and clear behave the same way in handling input paths.