2

I would like to request /js/app.js from HarpJS server and have it preprocess a folder of coffeescript and javascript. For example, say I have:

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

Is there a way to request /js/app.js such that the response contains the concatenation of /js/module/a.js, of /js/module/b.js. and /js/module/c.js responses?

4

1 回答 1

0

我最终定制了 terraform 模块,编写了一个名为man.

这是来自 Harp 的差异: https ://github.com/sintaxis/terraform/compare/master...thesmart:master

于 2015-05-15T18:59:47.003 回答