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?
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
Comment #1
hedinfoto commentedFound 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.