Is there a easy way to exclude the library for anonymous users? The only modules depending on Jqeury UI that we use is context. When we aggregate the CSS & js files ui gets included and bloats the page size by a bit.

Any ideas?

Comments

hedinfoto’s picture

Status: Active » Closed (fixed)

Found it. There was a module using the drupal_add_js for the UI components. Turned that off and they were removed from the aggregated files.