simplifyify
simplifyify copied to clipboard
Dots in directories causes error
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?
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.