Skip to content

Commit 3771351

Browse files
committed
Update core to development branch for multi-file editing capability, update oscd-subscriber-later-binding, oscd-subscriber-lb-siemens, scl-wizarding
1 parent da3eaac commit 3771351

7 files changed

+9
-5
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,6 @@
147147
path = plugins/mbg-ied-extractor
148148
url = https://github.com/meinberg-sync/mbg-ied-extractor
149149
branch = gh-pages
150+
[submodule "open-scd-core-dev"]
151+
path = open-scd-core-dev
152+
url = https://github.com/ca-d/open-scd-core

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</script>
2222

2323
<script type="module">
24-
import "./open-scd-core/open-scd.js";
24+
import "./open-scd-core-dev/open-scd.js";
2525

2626
fetch("./plugins.json")
2727
.then((res) => res.text())

open-scd-core-dev

Submodule open-scd-core-dev added at 266a52d

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
plugins: [
2222
copy({
2323
targets: [
24-
{ src: ['open-scd-core','plugins.json','plugins', 'fonts'], dest: 'dist' },
24+
{ src: ['open-scd-core-dev','plugins.json','plugins', 'fonts'], dest: 'dist' },
2525
]
2626
}),
2727
/** Enable using HTML as rollup entrypoint */

0 commit comments

Comments
 (0)