How can I compile CoffeeScript from .NET?

后端 未结 18 1951
后悔当初
后悔当初 2020-12-23 01:54

I want to write an HttpHandler that compiles CoffeeScript code on-the-fly and sends the resulting JavaScript code. I have tried MS [JScript][1] and IronJS without success. I

18条回答
  •  暖寄归人
    2020-12-23 02:41

    CoffeeScript in Visual Studio 2010

    It's Chirpy's fork (chirpy is a tool for mashing, minifing, and validating javascript, stylesheet, and dotless files)

    "OK, I think I got it working on my fork, based mostly on other peoples' work. Check it out: http://chirpy.codeplex.com/SourceControl/network/Forks/Domenic/CoffeeScriptFixes"

    from http://chirpy.codeplex.com/workitem/48

提交回复
热议问题