-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
nodemon always go to run coffee if ext include .coffee ? #192
Comments
I've got a task to update nodemon's config reading so that you can have
|
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
same as title!
I write my project entirely base on coffee but I don't want to run the .coffee right away instead I will compile and run the generated .js. But if I set nodemon
-e .js|.coffee
it will always go to runcoffee
instead ofnode
even I set-x node
also no use. could you please change this behavior?I suggest you can just leave to us to make decision by
-x coffee
if we want to use coffee to run the programThe text was updated successfully, but these errors were encountered: