browserify-css
browserify-css copied to clipboard
--rebaseUrls=false does not work
Minimist doesn't convert "false" to a boolean so it's interpreted as truthy. I'm currently passing --rebaseUrls=0 to work around it.
Could add a --no-rebaseUrls or parse the value if it's a string - personally I'd prefer for the former.