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

View File

@@ -26,7 +26,6 @@
:output-to "resources/public/js/main.js"
:output-dir "resources/public/js"
:verbose true}}
#_{:id "preview"
;; :figwheel {:on-jsload "uxbox.ui/init"}
:source-paths ["src" "vendor"]

View File

@@ -2,7 +2,7 @@
(b/watch
(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"