This commit is contained in:
sentsin
2017-10-30 15:03:16 +08:00
parent 364fdeffc9
commit 8ccb98f6cd
41 changed files with 228 additions and 79 deletions

View File

@@ -25,7 +25,7 @@ var argv = require('minimist')(process.argv.slice(2), {
//注释
,note = [
'/** <%= pkg.name %>-v<%= pkg.version %> <%= pkg.license %> License By <%= pkg.homepage %> */\n <%= js %>'
'/** <%= pkg.realname %>-v<%= pkg.version %> <%= pkg.license %> License By <%= pkg.homepage %> */\n <%= js %>'
,{pkg: pkg, js: ';'}
]