> @Bruno: if you dont have the .js output in your vcs use .gitignore and equivalents or them, don't search in the output folder etc. > > Yes, it's can be done, the question is - why to bother with all this extra > stuff and have garbage files in Your project when You can do all the same > without? >
Exactly. There are different ways to use coffeescript. Some people just expect it to behave like a script interpreter and don't want to have to deal with intermediate .js files, the same way C programmers don't usually want to deal with .s files. > Solution with "bootstrap file" seems quite easy - create .js entry file > and run it in child processes. > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
