filmov
tv
WatchMeCode Episode 7: Building A Backbone Plugin
Показать описание
In this episode, I'm going to walk through the
tools and processes that I use to create a new plugin
for Backbone. I'll start by creating a ruby environment to
run the Jasmine gem so that I can write the plugin
test-first. I'll configure Jasmine, I'llrun the tests,
and I'll implement the functionality in a test-first
manner.