simplifyify icon indicating copy to clipboard operation
simplifyify copied to clipboard

Dots in directories causes error

Open antonjb opened this issue 9 years ago • 1 comments

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?

antonjb avatar Mar 10 '16 06:03 antonjb

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.

JamesMessinger avatar Jan 10 '18 18:01 JamesMessinger