For anyone wondering, the work flow I'm using is:
$ cd ~/devkit/projects/
$ basil init <game-name>Create a coffeescript directory:
$ mkdir ~/devkit/projects/<game-name>/coffee
Watch and auto-compile coffeescript to js and copy to the projects /src directory
$ cd ~/devkit/projects/<game-name>/coffee $ coffee --watch --compile --output ../src/ .
$ basil serve
$ emacs ~/devkit/projects/<game-name>/coffee/Application.coffee

 
No comments:
Post a Comment