mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Improve text shape tracing process on exporter.
Fixes many bugs related to the svgo removal and remove unneded neesting of groups.
This commit is contained in:
committed by
Alonso Torres
parent
b1477d8087
commit
c447279c75
12
manage.sh
12
manage.sh
@@ -73,18 +73,6 @@ function build {
|
||||
$DEVENV_IMGNAME:latest sudo -EH -u penpot ./scripts/build.sh
|
||||
}
|
||||
|
||||
function build-frontend {
|
||||
build "frontend";
|
||||
}
|
||||
|
||||
function build-exporter {
|
||||
build "exporter";
|
||||
}
|
||||
|
||||
function build-backend {
|
||||
build "backend";
|
||||
}
|
||||
|
||||
function build-app-bundle {
|
||||
local version="$CURRENT_VERSION";
|
||||
local bundle_dir="./bundle-app";
|
||||
|
||||
Reference in New Issue
Block a user