darwino / xpages-runtime

Apache License 2.0
0 stars 0 forks source link

Resource aggregation is a bit dodgy at the moment #12

Open jesse-gallagher opened 5 years ago

jesse-gallagher commented 5 years ago

Resource aggregation as a core service seems to work - the JEE app generates URL references like "/.ibmxspres/.mini/dojo-1.9.7-u/.en-us/@Eq.js" that do indeed load - but the CSS from webstandard isn't aggregated.

Additionally, these messages show up on the console, though it's possible that they're from an errant service registration in the app somewhere:

[WARNING ] CLFAD0277W: The object com.ibm.xsp.extlib.minifier.MobileLoader@77fa336c cannot contribute to the service com.ibm.xsp.minifier.loader, as it is not an instance of com.ibm.xsp.minifier.ResourceLoader
[WARNING ] CLFAD0277W: The object com.ibm.xsp.extlib.minifier.OneUILoader@3cc259dc cannot contribute to the service com.ibm.xsp.minifier.loader, as it is not an instance of com.ibm.xsp.minifier.ResourceLoader