mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Allow the -d option to be used independently.
Former-commit-id: cb838b158edb8360d6d7c98ee18f2a7fbb4e9bb4
This commit is contained in:
2
build.js
2
build.js
@@ -1408,7 +1408,7 @@
|
|||||||
dependencyMap = dependencyBackup;
|
dependencyMap = dependencyBackup;
|
||||||
|
|
||||||
// output debug build
|
// output debug build
|
||||||
if (!isMinify && (isCustom || isTemplate)) {
|
if (!isMinify && (isCustom || isTemplate || isDebug)) {
|
||||||
if (isDebug && isStdOut) {
|
if (isDebug && isStdOut) {
|
||||||
stdout.write(debugSource);
|
stdout.write(debugSource);
|
||||||
callback(debugSource);
|
callback(debugSource);
|
||||||
|
|||||||
Reference in New Issue
Block a user