Minor fixes on build scripts.

This commit is contained in:
Andrey Antukh 2016-07-29 15:17:15 +03:00
parent b183be6920
commit aff352335b
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 12 additions and 12 deletions

View file

@ -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}}
]})