mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Ensure --output paths containing build commands are processed w/o problems.
Former-commit-id: 4790e4e2ea2eba6af8c93e3576858d1f6ff45e70
This commit is contained in:
@@ -1334,7 +1334,8 @@
|
||||
'--output b.js',
|
||||
'-o ' + path.join('a', 'b', 'c.js'),
|
||||
'-o ' + relativePrefix + path.join('a', 'b', 'c.js'),
|
||||
'-o ' + path.join(nestedPath, 'c.js')
|
||||
'-o ' + path.join(nestedPath, 'c.js'),
|
||||
'-o name_with_keywords_like_category_include_exclude_plus_minus.js'
|
||||
];
|
||||
|
||||
commands.forEach(function(command) {
|
||||
|
||||
Reference in New Issue
Block a user