-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DYN-6796] improve library node icons look (#222)
* fix: webpack publicPath loading resources and library.js on index.html properly * feat: improve icons look increasing room between nodes * 1.0.1 --------- Co-authored-by: enzo707 <[email protected]>
- Loading branch information
1 parent
e4a9f34
commit 2028438
Showing
6 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
<div id="libraryContainerPlaceholder"></div> | ||
|
||
<!-- The main library view compoment --> | ||
<script src='./dist/librarie.js'></script> | ||
<script src='./dist/build/librarie.js'></script> | ||
<!-- uncomment to debug in IE11 (polyfill fetch and promise) | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/js/browser/bluebird.min.js"></script> | ||
<script src='https://unpkg.com/[email protected]/dist/fetch.umd.js'></script> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters