infusionsoft / bower-locker

Command line tool to create a pseudo-bower lock file.
Apache License 2.0
15 stars 8 forks source link

Ignore relative path resolutions #12

Open mcfilib opened 7 years ago

mcfilib commented 7 years ago

Firstly, thank-you so much for this project. I cannot overstate this enough.

When I have a dependency that is a relative path on my filesystem, bower-locker converts that resolution to an absolute path followed by #undefined. This results in ENORESTARGET File system sources can't resolve targets on a new bower install.

I expect bower-locker to ignore dependencies that are relative paths.

shawnlonas commented 7 years ago

I'm not sure I understand the use case that is causing the problem.

Can you provide a sample or more detailed explanation?

mcfilib commented 7 years ago

I'll see if I can put together a minimal reproduction.