sonata-project / dev-kit

Development kit of the Sonata-Project
https://master-7rqtwti-ptm4dx6rjpjko.eu-5.platformsh.site/
42 stars 42 forks source link

Webpack encore and templates upgrade #779

Closed wbloszyk closed 3 years ago

wbloszyk commented 4 years ago

ATM we have the problem, that we use hard copies of all external assets.

Resolve

  1. Support for old external assets
    • move current external assets to seperate place
    • remove it from bundles
    • download it when people use old assets system (someting like phpunit)
  2. New assets system - webpack
    • create new sandbox branch for it
    • add webpack for current bootstrap3 templates
    • upgrade templates to bootstrap4

Closes #433, #398.

TODO

SonataAdminBundle

wbloszyk commented 4 years ago

@core23 @jordisala1991 @greg0ire @VincentLanglet Can you create new sandbox branch 'webpack' from master? I will prepare structure for some build like sonata_admin_v3, sonata_shop_v3, sonata_admin_v4 ... and templates bootstrap3, bootstrap4`.

greg0ire commented 4 years ago

Sure, done.

jordisala1991 commented 3 years ago

The work for SonataAdmin is done. Maybe we could use an issue to track what other packages are needed.