mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 19:06:10 +02:00
✨ Introduce modules and code splitting on the build system.
This commit is contained in:
parent
d2fe689fc5
commit
fd1796557d
6 changed files with 121 additions and 83 deletions
|
@ -10,4 +10,7 @@ export NODE_ENV=production;
|
|||
npx gulp dist:clean || exit 1;
|
||||
npx gulp dist || exit 1;
|
||||
|
||||
clojure -Adev tools.clj dist-all
|
||||
clojure -Adev tools.clj dist:all || exit 1
|
||||
|
||||
npx gulp dist:gzip || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue