-
Notifications
You must be signed in to change notification settings - Fork 22
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
base: master
Are you sure you want to change the base?
Conversation
Closes vojtajina#5
http.ServerRequest: add getHeader
@@ -1,6 +1,7 @@ | |||
var vm = require('vm'); | |||
var fs = require('fs'); | |||
var path = require('path'); | |||
CoffeeScript = require('coffee-script') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
var coffee
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! |
accorging to a review
accorging to a review
Thank you for your reply. |
accorging to a review
accorging to a review
…script Conflicts: lib/util.js package.json
I customized loadFile so that CoffeeScript is loaded directly.