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:
Taly 2021-02-18 14:06:20 +03:00 committed by GitHub
commit fbd4bd9e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 33 additions and 545 deletions

View file

@ -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>