fgnass / spin.js

A spinning activity indicator
http://spin.js.org
MIT License
9.3k stars 1.02k forks source link

any plans to include /dist folder? #359

Closed anterokarttunen closed 6 years ago

anterokarttunen commented 6 years ago

Hi,

I'm using a normal jquery project without any "fancy" babel/grunt/webpack etc

Could there be a dist folder to have the "built" spin.js and spin.min.js or include the built sources in releases?

ps. Found out this link to download spin.js but it does not work

https://spin.js.org/spin.js

Uncaught SyntaxError: Unexpected token export spin.js:114
anterokarttunen commented 6 years ago

I found workaround, removed line 114

export { Spinner };