javascript - Is there a way to concatenate JS and CoffeeScript files using Harp server? -


i request /js/app.js harpjs server , have preprocess folder of coffeescript , javascript. example, have:

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

is there way request /js/app.js such response contains concatenation of /js/module/a.js, of /js/module/b.js. , /js/module/c.js responses?

i ended customizing terraform module, writing preprocessor called man.

here diff harp: https://github.com/sintaxi/terraform/compare/master...thesmart:master


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -