silverstripe-framework/admin/client/dist
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
..
fonts Add helper-circle and block icons (#6035) 2016-09-21 15:15:59 +12:00
images Add helper-circle and block icons (#6035) 2016-09-21 15:15:59 +12:00
js Optimise webpack build time (#6049) 2016-09-21 17:14:43 +12:00
styles Add helper-circle and block icons (#6035) 2016-09-21 15:15:59 +12:00
AssetUploadField.css Updated dist files 2016-09-16 13:46:11 +12:00
bundle.css Updated dist files 2016-09-16 13:46:11 +12:00
editor.css Updated dist files 2016-09-16 13:46:11 +12:00
GridField_print.css Updated dist files 2016-09-16 13:46:11 +12:00
main.css FIX stringify api call body to work for IE10 (#6032) 2016-09-21 14:45:30 +12:00
UploadField.css Updated dist files 2016-09-16 13:46:11 +12:00