Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dots in directories causes error #7

Open
antonjb opened this issue Mar 10, 2016 · 1 comment
Open

Dots in directories causes error #7

antonjb opened this issue Mar 10, 2016 · 1 comment
Labels

Comments

@antonjb
Copy link

antonjb commented Mar 10, 2016

If there are any dots (.) inside an outfile directory name the task will fail, for example reverse url notation (au.com.company.dev). Is there an option that can be passed to ignore dots in outfile names or a workaround?

@JamesMessinger
Copy link
Member

This bug is caused by the following code, which assumes that a dot in the output path indicates a file extension:

https://github.com/BigstickCarpet/simplifyify/blob/ed7011687b243de429e6534ddbe6f5e7be494c38/lib/expand-globs.js#L103-L106

I'm not sure what the right fix is for this yet, but I figured I'd at least point out the problematic lines of code for future reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants