Merge pull request #134 from LeeHyungGeun/bugfix/not-copy-node_modules

fix wrong exclude directory path mode_modules as node_modules
This commit is contained in:
当耐特 2018-10-29 21:02:45 +08:00 committed by GitHub
commit ba1f259819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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