Skip to content
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

Update loadFile - support coffee-script file #4

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

kmtr
Copy link

@kmtr kmtr commented Jun 4, 2013

I customized loadFile so that CoffeeScript is loaded directly.

@@ -1,6 +1,7 @@
var vm = require('vm');
var fs = require('fs');
var path = require('path');
CoffeeScript = require('coffee-script')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

var coffee

@vojtajina
Copy link
Owner

Hi @kmtr this is a great feature! Sorry for delays I somehow missed the notification about your PR.

Can you loook into my comments ? It's pretty much just changing the style of the code. I would totally merge this.

Thank you!

@kmtr
Copy link
Author

kmtr commented Jul 29, 2013

Thank you for your reply.
I refined source code along your comment.
Please check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants