Is there any way to avoid that Coffeescript compiles few rows? For example, I write a row of code delimited by a special tag and the compiler puts the same row in the compiled file.
I need that because I would try to use the ASP.NET MVC special tag into the js file.
Is there any way to avoid that Coffeescript compiles few rows? For example, I
Share
You can use backticks to pass code straight through:
See CS documentation on embedded javascript.