fixed the compress config

This commit is contained in:
Spencer Alger
2013-12-21 21:57:23 -07:00
parent f9be330999
commit 63cd44d137

View File

@ -2,7 +2,8 @@
function archive(out) {
return {
cwd: '<%= distDir %>',
src: 'elasticsearch-js',
src: 'elasticsearch-js/*',
expand: true,
options: {
archive: '<%= distDir %>/archives/' + out
}