Use in LiveWhale

White Whale uses this project to both maintain its own plugins and to package many of the third-party Javascript libraries that LiveWhale depends on. The project's grunt file defindes tasks for combining these libraries into aggregate files, one for the front-end and another for the back-end. The following is a list of libraries contained in each of these files.

frontend.js

backend.js

We also use this project to maintain LiveWhale's copies of jQuery and jQuery UI, which we modify slightly to prevent name conflicts.

The following will update LiveWhale with the latest LiveWhale UI changes.

$ grunt release
$ grunt copy_to_lw --lwdir={path_to_livewhale}