cheton / browserify-css

A Browserify transform for bundling, rebasing, inlining, and minifying CSS files.
http://cheton.github.io/browserify-css/
MIT License
144 stars 22 forks source link

--rebaseUrls=false does not work #60

Open alanshaw opened 6 years ago

alanshaw commented 6 years ago

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.