Presentation for SVEF beer meetup April 26, 2012. I updated the slides for English speakers after the talk, and snuck in a slide for the Flask people out there.
turns out to be a good language for this work (async and nally a good syntax — Coffee) •The backend delivers a bundled app, a minimal DOM and answers API calls •Development time was around 50/50 backend/ frontend, but today it’s closer to 20/80
way” •Handlebars.js vs. Eco? •Stylus vs. LESS? •Spine vs. Backbone.js? •Zepto.js vs. jQuery? •Other built-in features? Django people will recognize this from: django-admin.py --template= $ brunch new --skeleton …
might want to: 1.Fingerprint assets 2.Upload assets to CDN at http://host/{fingerprint}/static 3.Easily tell a production instance about a new assets (I use a Redis key) ssh production 'redis set myapp:fingerprint 2v9329vee32' Bonus if you are a Flask person https://gist.github.com/2508588