Framework team meeting minutes 2017-11-28

my 2 cents on this:

  • remove completely the TTW compilation feature as it's not working as expected and it's overkill: we don't need it and we have no resources to maintain it
  • compiled/minimized/generated static resources must be kept out of version control, must be generated at buildout time and must be included on eggs
  • recognize HTTP/2 is widely available and that having a couple of huge JS and CSS files is a bad idea for the protocol and for caching static resources on a site
  • don't force anybody to use your stack to process static resources
  • make the whole thing simpler; make the process easier for everybody

in case of doubt, reread with open mind my original PLIP:

if you want fresh/different ideas on how to use Webpack take a look at:

2 Likes