mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Minor fixes on build scripts.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
{:main 'uxbox.view
|
||||
:parallel-build false
|
||||
:warnings {:ns-var-clash false}
|
||||
:output-to "dist/view/js/view.js"
|
||||
:source-map "dist/view/js/view.js.map"
|
||||
:output-dir "dist/view/js/view/"
|
||||
:output-to "dist/js/view.js"
|
||||
:source-map "dist/js/view.js.map"
|
||||
:output-dir "dist/js/view/"
|
||||
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
|
||||
"uxbox.config.viewurl" "https://test.uxbox.io/view/"}
|
||||
:optimizations :simple
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
:language-out :ecmascript5
|
||||
:output-to "resources/public/js/main.js"
|
||||
:output-dir "resources/public/js/main"
|
||||
:asset-path "js/main"
|
||||
:asset-path "/js/main"
|
||||
:verbose true}}
|
||||
|
||||
{:id "view"
|
||||
@@ -34,9 +34,9 @@
|
||||
:warnings {:ns-var-clash false}
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:output-to "resources/public/view/js/view.js"
|
||||
:output-dir "resources/public/view/js/view"
|
||||
:asset-path "js/view"
|
||||
:output-to "resources/public/js/view.js"
|
||||
:output-dir "resources/public/js/view"
|
||||
:asset-path "/js/view"
|
||||
:verbose true}}
|
||||
]})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user