I am having trouble getting a js app that uses jQuery UI to work after minifying using the closure compiler.
What I did:
- Go here and load up the jqueryui js file
- Asked to extern jQuery.ui
- Copied the result to a file and used it as an extern file
The app broke, though. The dialogs do not show correctly anymore. The explosion effect doesn't work correctly, and there are several dialogs created. It is interesting that jQuery UI itself is working somewhat, since the dialogs were created. It is just that the app is misbehaving.
Am I missing something?