mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Minor tweak in Yeoman generator source to clarify intent (makes no difference in current cases, so no need to re-release the package for this)
This commit is contained in:
@@ -150,7 +150,7 @@ class MyGenerator extends yeoman.Base {
|
|||||||
if (typeof mappedFilename === 'string') {
|
if (typeof mappedFilename === 'string') {
|
||||||
outputFn = mappedFilename;
|
outputFn = mappedFilename;
|
||||||
} else {
|
} else {
|
||||||
fileIsExcludedByTemplateConfig = true;
|
fileIsExcludedByTemplateConfig = (mappedFilename === false);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Decide whether to emit this file
|
// Decide whether to emit this file
|
||||||
|
|||||||
Reference in New Issue
Block a user