You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: