5 | | * Should JS libraries be minified or not? |
6 | | * Currently some are, some aren't. This should be consistent. |
7 | | * Should old admin Javascript code be updated to use jQuery? |
8 | | * I'm thinking yes, but this isn't done. |
| 7 | * All the JS for the admin should be minified, but we need to ship maximized versions too, for ease of editing, and then have a build process do the minification. |
| 8 | * Note: This is better saved for last. |
| 9 | * Updating the old Javascript to use jQuery is an end goal, but not one required to get admin-ui merged. |