July 2011
1 post
3 tags
Chrome extension with CoffeeScript
In this post I will describe how I worked with coffeescript for developing the chrome extension of appsflyer.
First of all, coffee-watcher is a must IMO. What it does is to watch .coffee files in a folder and compile them to javascript files as they are saved. At first I thought, what’s the point? One of the nice features of dynamic languages is the no need for compilation. With...