gulp-concat-css icon indicating copy to clipboard operation
gulp-concat-css copied to clipboard

Fix URL rebase (fixes #39)

Open mgreter opened this issue 9 years ago • 1 comments
trafficstars

This change would fix the issues I'm having in #39. Not sure if this is sane or changing usefull old behavior!

Edit: refactored the fix a little bit more.

Btw. npm test does not work on windows:

> [email protected] test D:\github-forks\gulp-concat-css
> node_modules/mocha/bin/mocha test/*.js --reporter spec

'node_modules' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Test failed.  See above for more details.

Had to use node node_modules\mocha\bin\mocha --reporter spec

mgreter avatar Oct 26 '16 15:10 mgreter

Thanks, this also solved a very similar issue we were facing, it did not introduce any known new issues.

antur84 avatar Mar 15 '17 13:03 antur84