-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xlsx-renderer: Add installation via CDN #202
Conversation
TODO: * [ ] licences listing * [ ] examples * [ ] choose cdn provider * [ ] publishing bundle ( I want to avoid publishing via npm or gh)
Codecov Report
@@ Coverage Diff @@
## master #202 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 56 57 +1
Lines 1098 1099 +1
Branches 154 154
=========================================
+ Hits 1098 1099 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed!
|
…t requires to load exceljs above xlsx-renderer) Add index-dev.html with bundle usage. Fix minor code smells
Kudos, SonarCloud Quality Gate passed!
|
WIP: Introducing webpack to create a bundle available to publish via CDN
TODO:
I want to avoid publishing via npm or ghEDIT: I choose the way to publish bundle via NPM because it doesn't mess in the repo and additionally it might be useful there)