Re: deep frontend integration

2021-01-22 Thread Adam Johnson
Hi Christian I don't quite follow what you concretely want here. There are so many ways to build JavaScript dependencies these days, it's hard to keep track of, and Django thus mostly has a policy of "not touching that stuff". The problems you describe in your second email are normally solved by

Re: deep frontend integration

2021-01-21 Thread Christian González
Ah, I forgot something: * the Dj dev server serves static files "from their locations", e.g. the apps' static directories, which is great for developing with templates, but can not be used with a frontend framework, as this framework needs to be compiled *afterwords*. * when going into prod,