-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executing kaffeine files #21
Comments
I must have broken it a while ago and not noticed - I've been using the node API : (new (require("kaffeine"))()).compile(txt) I'll be able to take a look at this fixing this on Monday |
Do you also hook in require.extensions? Btw. do you think there is any chance of getting rid of the 'glob' dependency? I would prefer being able to include kaffeine in my modules directly, so compiling is a little annoying. |
Yes - hooked into .extensions. You can run kaffeine files directly if you've already done require("kaffeine") somewhere. Also there's a knode binary so you can Sure I can remove glob - as it's not directly needed. |
Cool, thanks for the tips. I'll experiment further! |
No probs. Let me know how you get on ^_^ Tapped on my fone On 16 Apr 2011, at 12:49, felixge
|
Will do. Do you have time to chat today? If so just ping me here and I'll come in the koffeine irc channel. |
hey im there now - for a little while |
I might be doing this wrong, but I was hoping to be able to execute kaffeine files with node.js directly by typing:
But currently that seems to do nothing. Is that the expected behavior?
The text was updated successfully, but these errors were encountered: