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
Post a Comment