In order to support Drupal core JS optimization you have to do a few changes.

This patch replaces calls to "drupal_add_js()" to a custom method namde "tinybrowser_add_js()" which is a simple call to drupal_add_js() but with argument $preprocess set as FALSE.

CommentFileSizeAuthor
tinybrowser-js_optimization.patch3.13 KBsjovanig