Index: branches/js2-work/phase3/includes/AutoLoader.php |
— | — | @@ -131,10 +131,16 @@ |
132 | 132 | 'IndexPager' => 'includes/Pager.php', |
133 | 133 | 'Interwiki' => 'includes/Interwiki.php', |
134 | 134 | 'IP' => 'includes/IP.php', |
| 135 | + |
135 | 136 | 'JSMin' => 'js/mwEmbed/includes/library/JSMin.php', |
| 137 | + 'Minify_CSS' => 'js/mwEmbed/includes/library/CSS.php', |
| 138 | + 'Minify_CommentPreserver' => 'js/mwEmbed/includes/library/CommentPreserver.php', |
| 139 | + 'Minify_CSS_Compressor' => 'js/mwEmbed/includes/library/CSS/Compressor.php', |
| 140 | + 'Minify_CSS_UriRewriter' => 'js/mwEmbed/includes/library/CSS/UriRewriter.php', |
136 | 141 | 'JSMinException' => 'js/mwEmbed/includes/minify/JSMin.php', |
137 | 142 | 'jsScriptLoader' => 'js/mwEmbed/jsScriptLoader.php', |
138 | 143 | 'jsClassLoader' => 'js/mwEmbed/includes/jsClassLoader.php', |
| 144 | + |
139 | 145 | 'Job' => 'includes/JobQueue.php', |
140 | 146 | 'LCStore_DB' => 'includes/LocalisationCache.php', |
141 | 147 | 'LCStore_CDB' => 'includes/LocalisationCache.php', |