coderaiser / join-io

join files on a fly to reduce requests count

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Load a list of JavaScript files from a JSON file

KernelDeimos opened this issue · comments

In a lot of my past PHP projects, I had a script I wrote that would "include a folder". It did this by first loading a file called jspackage.json in that folder, which listed the paths - ordered, relative to the JSON file - of JavaScript files to be loaded. The the script would combine all this into one clump of JavaScript and send it to the client.

It would be really cool, I think, to bring that same functionality to Express, and this seems like the right module to do so. This is something I might have time to implement in the next couple of weeks.

What GET request it suppose to use to load bundle? It looks like a bit different approach. Do you want to add to middleware initialisation array of names and send all of them as stream for

GET /join/bundle.js

Closed due to long time of inactivity.