Skip to content
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

Rollup build #311

Merged
merged 8 commits into from
Apr 30, 2023
Merged

Rollup build #311

merged 8 commits into from
Apr 30, 2023

Conversation

inorganik
Copy link
Owner

This PR doesn't change the countUp.js code at all, just changes the build to only use rollup, and drop gulp. Gulp has not been maintained for a long time, and was being used to concatenate the polyfill with countUp, but with this PR the polyfill will be offered separately. So the dist folder will have:

dist/
├─ countUp.d.ts
├─ countUp.js
├─ countUp.min.js
├─ countUp.umd.js
├─ requestAnimationFrame.polyfill.js

@inorganik inorganik merged commit 9c2f33c into master Apr 30, 2023
@inorganik inorganik deleted the rollup-build branch April 30, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant