examples icon indicating copy to clipboard operation
examples copied to clipboard

The examples are currently broken

Open agubler opened this issue 6 years ago • 1 comments

The ghpages deployment of the example is currently broken https://dojo.github.io/examples

agubler avatar Aug 28 '19 16:08 agubler

Looking at just https://codesandbox.io/s/github/dojo/examples/tree/master/todo-mvc-kitchensink

If I edit the package.json, changing {"main": "src/main.ts"} to {"main": "src/main.tsx"} the demo page loads. I'm not sure if this will fix gh-pages or not?

Fork on codesandbox.io: https://codesandbox.io/embed/dojo2-todo-mvc-kitchensink-8ruq3

argoutsys avatar Oct 10 '19 16:10 argoutsys