Joe
Joe
This is yet another thing that I _technically_ fixed a long time ago (except it was on another branch that was never merged). I will accept this soon.
For me, at least, it looks like `$project_path` is not being set correctly in all cases. It seems this is an issue with Sublime. Does [this fix it](http://www.sublimetext.com/forum/viewtopic.php?f=3&t=8210#p34296)? I don't...
It is assumed that your `.sublime-project` file will be in your project's base directory. It is also assumed that the `Cakefile` will be there too. This is because of a...
That's all the build system does - it runs a Cake task which you would define in your `Cakefile` as such: ``` coffee-script task 'sbuild', -> doStuff() andThings() ``` Typically...
Windows decided to hard crash so that took a little longer than expected. You can now use `alt+shift+c` to compile the current file. Pinging @topher515.
@deweller By the way, `alt+shift+s` will run a syntax check and display the status in the status bar.
Indeed, GitHub shows the documentation right there at the forefront for a reason. :smile:
You want `alt±shift+c` (c for compile). Regarding `ctrl+b`, that's a shortcut for `F7` and that does [this](https://github.com/Xavura/CoffeeScript-Sublime-Plugin/issues/9#issuecomment-7067490).
Regarding your error, I think I know what the problem may be. I'll look into it, you're on Windows right?
Good to hear and I see the problem now, I'll fix it in the next update.