While i ma not sure on the exact implementation, But in many cases while loading resources. there is a need to have multiple resources loaded efficiently.
What i am looking for is:
path/to/combresResource?resources=resourceID1,resourceID2,resourceID3 which would generate (minify uglify etc.) all required resources?
Additionally, if one of the resources has a require statement, that should be combined too as part of the final requested resource..
While i ma not sure on the exact implementation, But in many cases while loading resources. there is a need to have multiple resources loaded efficiently.
What i am looking for is:
path/to/combresResource?resources=resourceID1,resourceID2,resourceID3
which would generate (minify uglify etc.) all required resources?Additionally, if one of the resources has a
require
statement, that should be combined too as part of the final requested resource..Does this make sense?