Introduce modules and code splitting on the build system.

This commit is contained in:
Andrey Antukh 2019-08-07 20:08:11 +02:00
parent d2fe689fc5
commit fd1796557d
6 changed files with 121 additions and 83 deletions

View file

@ -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