mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:38:30 +02:00
Minor fixes on build scripts.
This commit is contained in:
parent
b183be6920
commit
aff352335b
3 changed files with 12 additions and 12 deletions
|
@ -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}}
|
||||
]})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue