Skip to content Skip to sidebar Skip to footer
Showing posts with the label Coffeescript

Gulp Filter With Sourcemaps

I had a similar question here that has merged into a bit more research on my part and a new way thi… Read more Gulp Filter With Sourcemaps

Mobilesafari Won't Send Back Cookies Set With Cors

I have a page loading up in MobileSafari which communicated with another server via CORS. In deskto… Read more Mobilesafari Won't Send Back Cookies Set With Cors

How To Highlight The "->" Symbol In My Coffee.vim Syntax File?

I just copied javascript.vim into coffee.vim now coffee files are highlighted like js files. Now I … Read more How To Highlight The "->" Symbol In My Coffee.vim Syntax File?

Decaffeinated: Double Brackets

I decaffeinated an old project recently and I noticed that I got a lot of if clauses where the expr… Read more Decaffeinated: Double Brackets

Using Coffeescript In A Production Environment

I really like using CoffeeScript (1.1.1) for small projects and it worked out great so far. However… Read more Using Coffeescript In A Production Environment

Catch All Events Except In Reset

I wanna catch all events except 'reset'. I've a code like this initialized inside a Vie… Read more Catch All Events Except In Reset

Coffeescript Always Returns

So I have what's probably a stupid question to ask about Coffee Script. I'm giving it a sec… Read more Coffeescript Always Returns

Convert Async.eachlimit To Promise

I have such aync code async.eachLimit(teams, 1000, fetchTeamInfo, exit) I need to convert it to Pr… Read more Convert Async.eachlimit To Promise