austinpray / asset-builder

assembles and orchestrates your dependencies so you can run them through your asset pipeline.
http://use-asset-builder.austinpray.com
MIT License
180 stars 30 forks source link

Does not work with node_modules outside of project folder #69

Closed hirasso closed 2 years ago

hirasso commented 7 years ago

I am using the latest version. If I install all modules inside my project folder, it works fine. But if I move the node_modules folder up in the folder tree (The project is in my DropBox, the node_modules outside of it), it stops working – the project globs' css and js values become empty. Any ideas?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40206138-does-not-work-with-node_modules-outside-of-project-folder?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).
hirasso commented 7 years ago

Hi @austinpray , any thoughts on this yet?