Open yomeuh opened 1 year ago
Hi, Having multiple apps/modules in my development workspaces, it would be great to be able to specify relative path in load-path setting. The build would check if load paths exist based on current framework path.
- workspace - app_1 .libsass.json // load-path: ["../app_2/src","../app_3/src"] - src main.scss - build main.css - app_2 - src _lib.scss - app_3 - src _vars.scss
Thanks for the great package
👍 I will like it too. When projects are shared between several collaborators/systems, relative paths would be necessary.
Hi, Having multiple apps/modules in my development workspaces, it would be great to be able to specify relative path in load-path setting. The build would check if load paths exist based on current framework path.
Thanks for the great package