Skip to content

Commit 8709c50

Browse files
author
Sal Niro
committed
slight cleanup
1 parent 414e7cb commit 8709c50

File tree

2 files changed

+161
-161
lines changed

2 files changed

+161
-161
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ module.exports = function gulpCleanCSS(options, callback) {
2828

2929
let contents = file.contents ? file.contents.toString() : '';
3030
let pass = {[file.path]: {styles: contents}};
31-
if (!options.rebaseTo && options.rebase!==false){
32-
options.rebaseTo = path.dirname(file.path);
31+
if (!options.rebaseTo && options.rebase !== false) {
32+
options.rebaseTo = path.dirname(file.path);
3333
}
3434

3535
new CleanCSS(options).minify(pass, function (errors, css) {

0 commit comments

Comments
 (0)