bitovi / syn

Standalone Synthetic Event Library
https://www.npmjs.com/package/syn
MIT License
444 stars 258 forks source link

inconsistent syn downloads from github #182

Open davidei1955 opened 3 years ago

davidei1955 commented 3 years ago

I downloaded syn-0.2.0.zip from the link ( https://github.com/bitovi/syn/archive/v0.2.0.zip ) on the syn github page ( https://github.com/bitovi/syn/ ). The demo.html in this bundle didn't work and had errors in the chrome devtools console about missing bootstrap.css and steal.js files.

I concluded that the download was incomplete, so I tried getting syn using 'npm install syn'. This gave me a much smaller bundle with a different syn.js file. The version appears to be v0.15.0 . It does not include demo.html, even though it's shown in the syn github master files list.

I finally tried downloading the master using the github 'code button' > Download ZIP . This version appears to be v0.15.0 . This did not include a dist/global/syn.js that is 'browser ready', so I created one using 'browserify syn.js > browser-syn.js'. This file does not match the one downloaded via npm. The demo does not work in this bundle, either.