We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcde54 commit 907792cCopy full SHA for 907792c
index.js
@@ -74,7 +74,6 @@ module.exports = function (opt) {
74
}
75
76
url = path.relative(options.output_css, newPath);
77
- console.log(url);
78
79
80
return url;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-css-rebase",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Rewrite url references in CSS and copyed CSS assets",
5
"main": "index.js",
6
"dependencies": {
0 commit comments