-
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.
remove resources on npm run production to not include them in publish…
…ed package
- Loading branch information
1 parent
e6f776b
commit ddd1754
Showing
4 changed files
with
61 additions
and
6 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/build/librarie.js'></script> | ||
<script src='./dist/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