ocombe / ocLazyLoad

Lazy load modules & components in AngularJS
https://oclazyload.readme.io
MIT License
2.63k stars 510 forks source link

Using ocLazyLoad with server side files concat? #391

Open faylai opened 7 years ago

faylai commented 7 years ago

load multiple js files like:http://example.com/static/??foo.js,bar/foobaz.js ; server side receives the request ,then concates foo.js and foobaz.js into one file and return. so how to use this with ocLazyLoad?