Looking for suggestions on how to organize my new Can 2.2 app. After
following http://blog.bitovi.com/using-canjs-2-2-with-stealjs/
I end up with a basic structure
/dist
/lib
/node_module
app.js
index.html
package.json
I foresee needing /components and /models but having all of these
at the root seems messy. However, if I nest everything under
"/app" I wasn't sure how that would impact steal and the imports.
Thanks for your tips.
Mark