mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 03:56:37 +02:00
✨ Add release generation tools
This commit is contained in:
parent
bddf3e47c1
commit
026150ff7a
6 changed files with 49 additions and 26 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue