silverstripe-framework/admin/code
Ingo Schommer e1b827f7c8 Optimise webpack build time (#6049)
* Rename bundles (prep for webpack optimisation)

This might or might not reduce the overall repo size,
because git can combine similar chunks in the newly generated files

* Optimise webpack build time

Consolidates bundles, since a separation of bundle-framework.js vs. bundle-legacy.js
vs. bundle-lib.js no longer makes sense - they're all loaded upfront anyway,
since we'll be introducing more react-powered logic alongside the "legacy" JavaScript.

By consolidating into fewer bundles, we give the optimisation scripts (UglifyJS)
more options to reduce the overall file size.

The main motivation for a vendor.js is to shorten rebuild times:
Most active development is happening in files required through bundle.js.
This commit drastically reduces the rebuild time for those changes (15s to 4s).
2016-09-21 17:14:43 +12:00
..
AddToCampaignHandler_FormAction.php API Namespace all classes 2016-09-08 10:23:17 +12:00
AddToCampaignHandler.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
AdminRootController.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
CampaignAdmin.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
CMSBatchAction.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSBatchActionHandler.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
CMSMenu.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSMenuItem.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSPreviewable.php API Namespace all classes 2016-09-08 10:23:17 +12:00
CMSProfileController.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
GroupImportForm.php API Namespace all classes 2016-09-08 10:23:17 +12:00
LeftAndMain_HTTPResponse.php Rename SS_ prefixed classes (#5974) 2016-09-09 18:43:05 +12:00
LeftAndMain_SearchFilter.php API Namespace all classes 2016-09-08 10:23:17 +12:00
LeftAndMain_TreeNode.php API Namespace all classes 2016-09-08 10:23:17 +12:00
LeftAndMain.php Optimise webpack build time (#6049) 2016-09-21 17:14:43 +12:00
LeftAndMainExtension.php API Namespace all classes 2016-09-08 10:23:17 +12:00
MemberImportForm.php FIX: Don’t treat URLs as root relative when FRAMEWORK_DIR = “” 2016-09-16 16:16:39 +12:00
ModelAdmin.php Removed ModelAdmin/SecurityAdmin Webpack entry points 2016-09-16 13:44:12 +12:00
SecurityAdmin.php FIX: Don’t treat URLs as root relative when FRAMEWORK_DIR = “” 2016-09-16 16:16:39 +12:00