diff options
author | Li Jin <dragon-fly@qq.com> | 2023-01-12 16:46:53 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-01-12 16:49:23 +0800 |
commit | c1cc934e55ca88117599121841301783d29aac32 (patch) | |
tree | 9f0e4e69f93585ac5707d0561712a141939b1dae /doc | |
parent | 0cc452c7cf2301e75bab1069c9da6ee73c7c5cfd (diff) | |
download | yuescript-c1cc934e55ca88117599121841301783d29aac32.tar.gz yuescript-c1cc934e55ca88117599121841301783d29aac32.tar.bz2 yuescript-c1cc934e55ca88117599121841301783d29aac32.zip |
fix issue #122, add option to build yue tool without file watcher function.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/docs/.vuepress/config.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js index c6f8f39..bd89428 100755 --- a/doc/docs/.vuepress/config.js +++ b/doc/docs/.vuepress/config.js | |||
@@ -43,13 +43,6 @@ module.exports = { | |||
43 | } | 43 | } |
44 | }; | 44 | }; |
45 | `], | 45 | `], |
46 | ['script', {}, ` | ||
47 | var Module = { | ||
48 | onRuntimeInitialized: function() { | ||
49 | window.yue = Module; | ||
50 | } | ||
51 | }; | ||
52 | `], | ||
53 | ['script', { src: '/js/yuescript.js' }], | 46 | ['script', { src: '/js/yuescript.js' }], |
54 | ], | 47 | ], |
55 | 48 | ||