WICOM
 All Data Structures Namespaces Files Functions Variables Pages
Developing

Ensure you're using:

Directory Structure

On JS directory

CoffeeScripts are compiled and merged into the JS directory, its directory structure is as follows:

Emacs

On each script you can try to compile it alone using C-c C-k keys to see if it is properly written.

Documentation

Se Main Readme. We use codo, but docco can be used too.

Compiling into JS

Go to the crowd main directory (where the scripts directory is) and execute:

``` scripts/compile-coffee.fish ```

You need the Fish shell. See Main Readme for more info.