Here is my compile.sh:
#!/bin/bash
coffee -o public/app/ -cwb public/src/
When i open script by double click:
File not found: public/src/.coffee
It is work only from terminal: ./compile.sh
May be there is best way to compile CoffeScript on Mac OS X?