Skip to content

inconsistent syn downloads from github  #182

@davidei1955

Description

@davidei1955

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions