Install Chosen dependencies and Compile Coffee script
In Terminal:
cd into the directory above the compiled and coffeescript files then run:
npm install -d
in terminal. This will install the dependencies needed to compile Chosen. To compile run either
cake watch
or
cake build
Note: this assumes you already have chosen, and just want to compile it.
For more on coffeescript: http://coffeescript.org/