Skip to content

Commit dc358c6

Browse files
committed
Merge pull request #11 from superlukas/absolute-paths
Use absolute paths (closes #10)
2 parents 84922b1 + 6392ab3 commit dc358c6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ module.exports = function (processors, options) {
3333
}
3434
}
3535

36-
if (file.base && file.path) {
37-
opts.from = file.relative
38-
} else {
39-
opts.from = file.path
40-
}
36+
opts.from = file.path
4137

4238
// Generate separate source map for gulp-sourcemap
4339
if (file.sourceMap) {

0 commit comments

Comments
 (0)