mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-05-30 15:42:06 -07:00
* Make some editions use external core
* Revert tw5.com-docs use external js
* Revert "Revert tw5.com-docs use external js"
This reverts commit 93f36cb0af.
17 lines
No EOL
345 B
JSON
17 lines
No EOL
345 B
JSON
{
|
|
"description": "Demo of the DynaView plugin",
|
|
"plugins": [
|
|
"tiddlywiki/dynaview"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
|
"external": [
|
|
"--render","$:/core/save/all-external-js","index.html","text/plain"
|
|
]
|
|
}
|
|
} |