Skip to content

Commit 995954d

Browse files
authored
update output option logic
1 parent f8c2e51 commit 995954d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/node-less-chokidar

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const getOptions = (args, options) => {
5959
options.dest = path.resolve(args[1]);
6060
} else if (options.output) {
6161
options.dest = path.join(
62-
path.dirname(options.src),
62+
options.output,
6363
[path.basename(options.src, path.extname(options.src)), '.css'].join('')
6464
); // replace ext.
6565
}

0 commit comments

Comments
 (0)