mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 15:15:47 +01:00
Feature: remove bundles (#1541)
* Remove dist directory * Ignore dist directory * Remove local file usage * Add error banner for missing bundle * Update CHANGELOG.md * Fix missed code * Add mkdir dist command
This commit is contained in:
parent
c106819184
commit
fbd4bd9e0a
14 changed files with 33 additions and 545 deletions
|
|
@ -25,6 +25,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="ce-example__content ce-example__content--with-bg _ce-example__content--small">
|
||||
<div id="hint-core" style="text-align: center; padding-top: 20px">
|
||||
No core bundle file found. Run <code class="inline-code">yarn build</code>
|
||||
</div>
|
||||
<div class="ce-example-multiple">
|
||||
<div id="editorjs1"></div>
|
||||
<div id="editorjs2"></div>
|
||||
|
|
@ -38,7 +41,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Load Editor.js's Core -->
|
||||
<script src="../dist/editor.js"></script>
|
||||
<script src="../dist/editor.js" onload="document.getElementById('hint-core').hidden = true"></script>
|
||||
|
||||
<!-- Initialization -->
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue