reasonml-community / Mareo

HTML 5 canvas implementation of Mario in Reason + Bucklescript
https://reasonml-community.github.io/Mareo/
MIT License
383 stars 44 forks source link

Demo not working #1

Closed rgbkrk closed 7 years ago

rgbkrk commented 7 years ago

Console for https://reasonml-community.github.io/Mareo/ gives a 404 for https://reasonml-community.github.io/lib/es6_global/src/main.js.

chenglou commented 7 years ago

Eh I don't see this in any browser. Which one are you using?

rgbkrk commented 7 years ago
Google Chrome | 61.0.3163.79 (Official Build) (64-bit)
Revision | 2bd57c7d956c47bc51eff132dd114136ec0a6db7-refs/branch-heads/3163@{#1092}
OS | Mac OS X

screen shot 2017-09-18 at 11 43 44 am

chenglou commented 7 years ago

Fixed, thanks. This is due to Chrome 61 ironically starting to support es6 modules + some chrome restrictions I believe. For now, for the demo, I'm just shipping the generated bundle.

I guess the production-time native import dream is still a bit away! Still pretty good at dev time though.

rgbkrk commented 7 years ago

Ha, that is awesome.