Add release generation tools

This commit is contained in:
mathieu.brunot 2018-11-25 10:48:40 +01:00
parent bddf3e47c1
commit 026150ff7a
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
6 changed files with 49 additions and 26 deletions

View file

@ -198,6 +198,7 @@ gulp.task("dist:brotli", function() {
gulp.task("dist", function(next) {
runseq(["dist:clean"],
["dist:template", "dist:scss", "dist:copy"],
["dist:gzip", "dist:brotli"], next);
//["dist:gzip", "dist:brotli"],
next);
});