move built plugin files from /dist/plugin/ to /plugin/<name>/
This commit is contained in:
parent
4e8959508b
commit
fb22716ddf
27 changed files with 42 additions and 44 deletions
|
@ -193,7 +193,7 @@
|
|||
},
|
||||
|
||||
dependencies: [
|
||||
{ src: '../dist/plugin/math.js', async: true }
|
||||
{ src: '../plugin/math/math.js', async: true }
|
||||
]
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue