/***pug***/
block script
script
:coffee-script
$(document).ready ->
return
在使用express默认模版 pug(jade) ,想要在内使用coffee需要在 package.json中安装并使用jstransformer-coffee-script
/***pug***/
block script
script
:coffee-script
$(document).ready ->
return
在使用express默认模版 pug(jade) ,想要在内使用coffee需要在 package.json中安装并使用jstransformer-coffee-script