Move worker code into uxbox-worker namespace.

This commit is contained in:
Andrey Antukh 2016-06-12 13:38:18 +03:00
parent 0a17a44560
commit c13e86c735
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
6 changed files with 13 additions and 14 deletions

View file

@ -5,7 +5,7 @@
(let [start (System/nanoTime)]
(b/build
(b/inputs "src" "vendor")
{:main 'uxbox.worker
{:main 'uxbox-worker.main
:output-to "resources/public/js/worker.js"
:output-dir "resources/public/js/worker"
:asset-path "js"