有没有办法使用Harp服务器连接JS和CoffeeScript文件?

时间:2015-05-13 22:34:10

标签: javascript coffeescript harp

我想从HarpJS服务器请求/js/app.js并让它预处理coffeescript和javascript的文件夹。例如,说我有:

/js/module/a.js
/js/module/b.coffee
/js/module/c.coffee
/js/app.coffee

是否有办法请求/js/app.js,使得回复包含/js/module/a.js /js/module/b.js的串联。和/js/module/c.js回复?

1 个答案:

答案 0 :(得分:0)

我最终自定义了terraform模块,编写了一个名为man的预处理器。

以下是Harp的差异: https://github.com/sintaxi/terraform/compare/master...thesmart:master