You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is improvement of #14. The "pack" action can automatically convert absolute paths to relative for processed files.
My proposal is to introduce replace() function. Renderchan will take a list of dependencies of a file (as it's always gets through analyze() function), then for each absolute path entry it calls RenderChanModule.replace("absolute_path", "relative_path) for a given file.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37016648-automatically-convert-absolute-paths-to-relative-when-doing-pack-action?utm_campaign=plugin&utm_content=tracker%2F513466&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F513466&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
This is improvement of #14. The "pack" action can automatically convert absolute paths to relative for processed files.
My proposal is to introduce replace() function. Renderchan will take a list of dependencies of a file (as it's always gets through analyze() function), then for each absolute path entry it calls RenderChanModule.replace("absolute_path", "relative_path) for a given file.
See also WIP #31.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37016648-automatically-convert-absolute-paths-to-relative-when-doing-pack-action?utm_campaign=plugin&utm_content=tracker%2F513466&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F513466&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: