Hacker News new | ask | show | jobs
by bkbleikamp 4718 days ago
It's currently very simple.

The mobile app is just part of our main web app. We use the same models and controllers as our desktop views. We have separate markup, different bundles for mobile JavaScript and CSS, and separate view models[1].

[1] http://warpspire.com/posts/mustache-style-erb/