mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Introduce modules and code splitting on the build system.
This commit is contained in:
@@ -8,4 +8,6 @@ npm ci
|
||||
npx gulp dist:clean || exit 1
|
||||
npx gulp dist || exit 1
|
||||
|
||||
clojure -Adev tools.clj build-all || exit 1
|
||||
clojure -Adev tools.clj build:all || exit 1
|
||||
|
||||
npx gulp dist:gzip || exit 1
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user