You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: