Open caasi opened 10 years ago
Any chance this can still happen? I would love to use react-vtt but the code is intermixed with livescript, stylus, bower, gulp, browserify, and other optimizations and dependencies so that I can't tell what a basic scratch example requires. All the javascript is lumped together into build.js so I don't know what to include for a basic example.
OK. I will take a look tomorrow. But I don't think I can migrate it to ES6 in near future. And it still need some improvement even if I can port it to ES6+.
I appreciate it! I can assist you with migration once I can study the code properly. But, I could use a clean example that shows the various javascript files included independently. With the application and library code mixed together it's difficult to study. An example with just html, css, and javascript would be great.
Take it easy.
After aed751c, we can start port livescript components to ES6 components. And cleanup the project structure is another thing.
I add some ToDos to the README. Maybe we can help each other.