使用Grunt将目录压缩到tar.gz的最佳方法

时间:2017-07-31 13:41:19

标签: javascript gruntjs grunt-shell grunt-contrib-compress

我正在尝试使用" grunt-tar.gz"使用Grunt将目录压缩为.tar.gz。这样做:

{{1}}

然而,它给我一个错误,因为源文件' ./ target / dir.tgz'找不到。有没有其他方法可以使用grunt-shell或grunt-contrib-compress来做到这一点?什么是最好的方式?

1 个答案:

答案 0 :(得分:0)

用grunt-contrib-compress做了吗

select t.*,
       sum(riskweight) over (partition by year, riskcategory
                             order by convert(date, month + ' 01 2000')
                            ) as accum_riskweight
from t;