fix wrong exclude directory path mode_modules as node_modules

This commit is contained in:
leehyunggeun 2018-10-29 23:42:05 +11:00
parent fd5a97c63c
commit 6aad29931c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ function init(args) {
);
vfs
.src(["**/*", "!mode_modules/**/*"], {
.src(["**/*", "!node_modules/**/*"], {
cwd: tpl,
cwdbase: true,
dot: true