-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow dir build option #44
Conversation
gmkll
commented
May 8, 2019
- allow configuration with dir option alternatively to out
- example + test
- gulp end node / no stream integration
Thanks. Is it possible to fix the issues found by DeepScan? |
As it is generated, I might delete the subdir complex as a whole. But why not just exclude it (in deep-scan)?The same offending code is found in expected/complex_init.js. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so far. Can you fix these two issues?
index.js
Outdated
sourceMapOutput = sourceMap; | ||
}; | ||
} | ||
/*else if (opts.dir) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this commented section?
test/main.js
Outdated
}); | ||
/*after(function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this commented piece?
It has been released in v1.3.0. Thanks! |