Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merger had long been a single-page HTML application. Since Update 26, the minification of the HTML file is supported via html-minifier. However, the minification achieved in this way is often bulk and careless.
The original solution would be a webpack implementation. However, as the JavaScript in this project is not modular, it's thought an implementation of such would have minimal practical meaning. As a part of Update 28, this pull request emphsises our developer experiences. Now, all the html, js and css files are configured to be minified via a gulpjs implementation.
As jsDelivr loses its ICP license and therefore unable to provide ideal loading speed for visitors from Mainland China, a part of Update 27.1 was to remove support for jsDelivr. With this update, we have some good news: merger has been accepted by cdnjs, and visitors in China are again able to enjoy a speedy loading experience through cdnjs's many mirrors in China.
This Pull Request will form the seond half of v0.28.0-rc. Update 28 RC would be a preview version for a short amount of time, allowing final reivews and configurations to be done.
We hope you will enjoy this update that will bring you and your users drastically enhanced experiences.
Changes
gulp compile
.npm i
npm run compile
npm run build
- the build will be at/build
directory