How to compile Coffeescript in visual studio 2013 Express?

I followed this

  • Download and install VS Web Essentials

  • Add a new element to your project, select CoffeeScript as the element type

  • Write your CoffeeScript code when creating a project or solution, it will create JavaScript code.

But it does not create a compiled JS file.

How to compile coffeescript? Do I need to install node.js?

+4
source share
1 answer

Web Essentials VS, script.js script script . console.log JavaScript , , . , :

https://github.com/jabdal/coffee-script-examples

, JavaScript .

, JS JS ( coffeescript). JS , , ( ).

- Java- .NET, coffeescript, Node, , . runat = "server" script type = "text/coffeescript", coffeescript javascript js , .

0

Source: https://habr.com/ru/post/1523627/


All Articles