index.js is not a default you need to include in your package. you better go read and experiment before making bullshit. JavaScript is a language with multiple platforms and NodeJS is just one of them.
that's some beautiful javascript code and great project structure here. got me thinking about a few things:
1. is the "index.js" in subfolders a nodejs thing?
2. does that turn subfolders into modules?
3. can you write and run that kind of javascript without nodejs?
Very cool except it has no NodeJS example. By the way, JavaScript does not suck. It has module and package systems, check out NPM, and OneJS for using all NodeJS utilities in client-side; http://github.com/azer/onejs
reply