Trouble installing livecoffee in ide.js - also user guide missing ;)
I tried first to install cloud9 via
$ npm install cloud9
It install into node_modules hence, the path on the README had to be adjusted. First I just followed blindly, but then got the gist. Would be nice with a node on this in the install guide ;)
Then cloned cloud9 directly from git into user root. Then followed instructions on livecoffee install to the point. All good...
I tried to add the livecoffe into ide.js like this:
Ide.DEFAULT_PLUGINS = [
"ext/livecoffee/livecoffee",
"ext/filesystem/filesystem",
But then the ide is only partly displayed, only shows the top menu bar but no menu items, and no Project files view or side bars. After uncommenting the extension, it works again.
Ide.DEFAULT_PLUGINS = [
// "ext/livecoffee/livecoffee",
"ext/filesystem/filesystem",
Adding it manually via Windows - Extension manager, works however. Is the path wrong?
Now I'm not really sure what to do from here. How do I compile and test my coffescripts from within the IDE? Wht does this livecoffee bring to the table?
Please provide some Usage Guide info in the wiki with screenshots explaining how to use it :)
Thanks!
Kristian
@kristianmandrup - Don't put the plugin above filesystem, but at the bottom of the array first. From what I'm reading though, you are doing it right - and it works when you import it via the ext manager, so it's not the extension itself