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

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