Skip to content

Commit 907792c

Browse files
committed
remove console.log
1 parent abcde54 commit 907792c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ module.exports = function (opt) {
7474
}
7575

7676
url = path.relative(options.output_css, newPath);
77-
console.log(url);
7877
}
7978

8079
return url;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-css-rebase",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Rewrite url references in CSS and copyed CSS assets",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)