Make /_config/*.jst use ES6 superclass calls, fix failure to await the superclass... master
authorNick Downing <nick@ndcode.org>
Wed, 26 Jan 2022 23:34:54 +0000 (10:34 +1100)
committerNick Downing <nick@ndcode.org>
Wed, 26 Jan 2022 23:34:54 +0000 (10:34 +1100)
commit41dfe13e43f6ac850e1e89fd08d874cda3cf42aa
tree06ac76ef8854ebc57dd0f31e30cc558e995e59d0
parenta318173155d89fd2439d987303e5dabce7d02c60
Make /_config/*.jst use ES6 superclass calls, fix failure to await the superclass calls, use (await import('@ndcode/jst_server')).default rather than the _jst_server builtin variable provided by jst (because npm now uses a flat node_modules structure, so there is no risk of loading a second copy of jst_server module)
15 files changed:
.gitignore
_config/server.jst
_config/site.jst
assembly_instructions/a_axis_assembly.html.jst [deleted file]
assembly_instructions/b_axis_assembly.html.jst [deleted file]
assembly_instructions/base_assembly.html.jst [deleted file]
assembly_instructions/c_axis_assembly.html.jst [deleted file]
assembly_instructions/components_list.html.jst [deleted file]
assembly_instructions/d_e_axis_assembly.html.jst [deleted file]
assembly_instructions/gripper_assembly.html.jst [deleted file]
assembly_instructions/overview.html.jst [deleted file]
assembly_instructions/parts_list.html.jst [deleted file]
assembly_instructions/tapping_threads.html.jst [deleted file]
link.sh [new file with mode: 0755]
package.json