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

Allow disabling of url rebase #19

Closed brodrigu closed 9 years ago

brodrigu commented 9 years ago

When working on a project, I'd like to be able to add urls to my css relative to the webroot of my project, but unrelated to file system path where the node module is stored.

I have added a rebaseUrls option that meets my needs and suspect there may be other users out there who would also like it.

cheton commented 9 years ago

Hi Brodrigu, It looks good to me. I will check it out later. Thanks!

cheton commented 9 years ago

The new option is available at v0.7.0 https://github.com/cheton/browserify-css/releases/tag/v0.7.0