Skip to content

Commit

Permalink
- fix zuix build file caching error
Browse files Browse the repository at this point in the history
- fix search page
- deprecated local *lib*, now using zKit *lib*
  • Loading branch information
genemars committed May 23, 2023
1 parent ea8c2ad commit 6057fe0
Show file tree
Hide file tree
Showing 452 changed files with 650 additions and 4,698 deletions.
6 changes: 3 additions & 3 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dataFolder": "_data",
"includesFolder": "_inc",
"componentsFolders": [ "app", "lib" ],
"componentsFolders": [ "app" ],
"contentFolder": "content",
"dependencies": [{
"zuix-dist/js": "js/zuix",
Expand Down Expand Up @@ -75,15 +75,15 @@
"language": "en",
"resourcePath": "/app/",
"libraryPath": {
"@lib": "{{ app.baseUrl }}lib/1.1/",
"@lib": "https://zuixjs.github.io/zkit/lib/1.2/",
"@hgui": "https://genielabs.github.io/homegenie-web-ui/app/",
"@cdnjs": "https://cdnjs.cloudflare.com/ajax/libs/"
},
"zuixjs.github.io": {
"baseUrl": "/news-blog/",
"resourcePath": "{{ app['zuixjs.github.io'].baseUrl }}app/",
"libraryPath": {
"@lib": "{{ app['zuixjs.github.io'].baseUrl }}lib/1.1/",
"@lib": "http://zuixjs.github.io/zkit/lib/1.2/",
"@hgui": "https://genielabs.github.io/homegenie-web-ui/app/",
"@cdnjs": "https://cdnjs.cloudflare.com/ajax/libs/"
}
Expand Down
4 changes: 2 additions & 2 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dataFolder": "_data",
"includesFolder": "_inc",
"componentsFolders": [ "app", "lib" ],
"componentsFolders": [ "app" ],
"contentFolder": "content",
"dependencies": [{
"zuix-dist/js": "js/zuix",
Expand Down Expand Up @@ -61,7 +61,7 @@
"baseUrl": "/news-blog/",
"resourcePath": "/news-blog/app/",
"libraryPath": {
"@lib": "{{ app.baseUrl }}lib/1.1/",
"@lib": "https://zuixjs.github.io/zkit/lib/1.2/",
"@hgui": "https://genielabs.github.io/homegenie-web-ui/app/",
"@cdnjs": "https://cdnjs.cloudflare.com/ajax/libs/"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/about/index.bundle.ext.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/about/index.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/app/cms/zuix-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
<div class="loading-message lds-hourglass"></div>

<div z-load="cms/zuix-editor/dialogs/add-page" z-context="add-page-dialog" z-lazy="false"
z-behavior="context.dialogBehavior">
z-behavior="context.dialogBehavior" class="visible-on-ready">
<div #sections inherits="true"></div>
</div>

<div z-load="cms/zuix-editor/dialogs/delete-page" z-context="delete-page-dialog" z-lazy="false"
z-behavior="context.dialogBehavior"></div>
z-behavior="context.dialogBehavior" class="visible-on-ready"></div>

<div z-load="cms/zuix-editor/dialogs/create-component" z-context="create-component-dialog" z-lazy="false"
z-behavior="context.dialogBehavior"></div>
z-behavior="context.dialogBehavior" class="visible-on-ready"></div>

</div>
Loading

0 comments on commit 6057fe0

Please sign in to comment.