gulp-css-url-adjuster icon indicating copy to clipboard operation
gulp-css-url-adjuster copied to clipboard

adjust css urls for images and stuff

Results 12 gulp-css-url-adjuster issues
Sort by recently updated
recently updated
newest added

This [line](https://github.com/trentearl/gulp-css-url-adjuster/blob/master/index.js#L40) breaks protocol-less URLs (that start with //), i.e. it changes `//example.com` into `/example.com`.

Thank you for your module. It is what I needed. But it was a bit difficult to use it because of pure documentation. It would be great if you add...