-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build and ci support for cdn (#143)
* add build and ci support for cdn * isolate rollup cdn build + drop terser + drop jq
- Loading branch information
Showing
8 changed files
with
1,662 additions
and
12 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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
## Description | ||
|
||
Please provide a detailed description of the changes and the intent behind them :) | ||
|
||
## Checklist | ||
|
||
- [ ] Changes are covered by tests if behavior has been changed or added | ||
- [ ] Tests have 100% coverage | ||
- [ ] The version in `package.json` has been bumped according to the changes made and standard semantic versioning rules | ||
- [ ] If code changes were made, the version in `package.json` has been bumped (matching semver) | ||
- [ ] If code changes were made, the `yarn build` command has been run and to update the `cdn` directory | ||
|
||
## Resolves | ||
|
||
If the PR resolves an open issue tag it here. For example, `Resolves #34` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9.0.2 |
Oops, something went wrong.