mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-28 03:27:19 +08:00
12 lines
No EOL
202 B
JavaScript
12 lines
No EOL
202 B
JavaScript
module.exports = {
|
|
main: {
|
|
options: {
|
|
mode: 'zip',
|
|
archive: './build/<%= pkg.name %>.zip'
|
|
},
|
|
expand: true,
|
|
cwd: 'build/<%= pkg.name %>/',
|
|
src: ['**/*'],
|
|
dest: '<%= pkg.name %>/'
|
|
}
|
|
}; |