fixed the compress config
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
function archive(out) {
|
||||
return {
|
||||
cwd: '<%= distDir %>',
|
||||
src: 'elasticsearch-js',
|
||||
src: 'elasticsearch-js/*',
|
||||
expand: true,
|
||||
options: {
|
||||
archive: '<%= distDir %>/archives/' + out
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user