Joe
Results
3
issues of
Joe
File watching suport (coffee --watch). - Some way to start/stop the auto-compilation of code, specs etc. - Compilation errors reported via Sublime in some way.
feature
rfc
Would be nice if there was a way to make project code available to scripts ran via run_script.
enhancement
XCode 4+ removes PowerPC support so compilation fails with a lipo error. I'm guessing the following is all that's needed to fix this problem: `export ARCHFLAGS="-arch i386 -arch x86_64"` I'm...