mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 13:16:37 +02:00
Minor reorganization of vendor dependencies.
This commit is contained in:
parent
fa7b0987a1
commit
c4a5d26e8b
16 changed files with 6296 additions and 22 deletions
|
@ -16,7 +16,7 @@
|
|||
:all-builds
|
||||
[{:id "main"
|
||||
:figwheel {:on-jsload "uxbox.main.ui/init"}
|
||||
:source-paths ["src"]
|
||||
:source-paths ["src" "vendor"]
|
||||
:compiler
|
||||
{:main 'uxbox.main
|
||||
:cache-analysis false
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
{:id "view"
|
||||
:figwheel {:on-jsload "uxbox.view.ui/init"}
|
||||
:source-paths ["src"]
|
||||
:source-paths ["src" "vendor"]
|
||||
:compiler
|
||||
{:main 'uxbox.view
|
||||
:parallel-build false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue