croogie / CoffeeScript-presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffeescript

CoffeeScript presentation for Analyx's IT Talks

Presentation is about Coffeescript. More information will be added soon...

  1. Installation

  2. Tips & Tricks

    • ($ '#id').addClass 'class' instead of $('#id').addClass 'class'
    • Use --bare flag to not wrap JS code with anonymous function - not recommended
    • Use --watch flag to watch for changes and automatically convert .coffee to .js

About


Languages

Language:CoffeeScript 100.0%