andrewhathaway / Winterfell

Generate complex, validated and extendable JSON-based forms in React.
http://winterfell.andrewhathaway.net
MIT License
785 stars 116 forks source link

Examples not working #72

Closed jskulavik closed 8 years ago

jskulavik commented 8 years ago

Hi @andrewhathaway, I've been struggling to get the examples up and running via all sorts of methods. I've tried npm run, npm build, gulping, grunting and the custom npm commands you put together and for whatever reason, can't seem to compile the app.js to the same build state as the running examples here: http://winterfell.andrewhathaway.net/.

The reason I'd like to have the examples running is because I'm only able to wire into the onSwitchPanel event. Something is off in my attempts to build locally. I really want to move ahead with Winterfell, but I'm currently blocked under a time constraint. Thanks again for the awesome OSS contribution that is Winterfell!

jskulavik commented 8 years ago

Apologies @andrewhathaway, I somehow missed the gulp file :-S. Thank you again!