Re: App static files (#29586)

2019-02-04 Thread Claude Paroz
Hi Carlton, I'm currently in "pause mode" for Django master. I didn't receive any input until now with my proposal. I think Django would benefit of such a development, not necessarily with my suggested approach, but something similar. As for GSoC, it's difficult to say. I'm always concerned by

Re: App static files (#29586)

2019-02-04 Thread Carlton Gibson
Hi Claude. Is this something you're still interested in? Do you think it might make a good GSoC project? C. On Monday, 23 July 2018 17:36:05 UTC+2, Claude Paroz wrote: > > Hi, > > I just created a new feature request [1] to be able to define static > files per application, including a POC

Re: App static files (#29586)

2018-07-23 Thread Claude Paroz
Le lundi 23 juillet 2018 21:17:24 UTC+2, Claude Paroz a écrit : > I'll see if I can add subresource integrity support to demonstrate a > potential added value. > Just for feasibility's sake, here's a quick (and probably dirty) way to implement subresource integrity based on the new code.

Re: App static files (#29586)

2018-07-23 Thread Claude Paroz
Le lundi 23 juillet 2018 20:32:55 UTC+2, Florian Apolloner a écrit : > > Hi Claude, > > On Monday, July 23, 2018 at 8:14:23 PM UTC+2, Claude Paroz wrote: >> >> Sure, the idea is to put a base structure in place to support such >> functionalities at a later stage (in core or as 3rd party like >>

Re: App static files (#29586)

2018-07-23 Thread Florian Apolloner
Hi Claude, On Monday, July 23, 2018 at 8:14:23 PM UTC+2, Claude Paroz wrote: > > Sure, the idea is to put a base structure in place to support such > functionalities at a later stage (in core or as 3rd party like > django-compressor). > I am just a little bit worried about adding this

Re: App static files (#29586)

2018-07-23 Thread Claude Paroz
Le lundi 23 juillet 2018 18:12:32 UTC+2, Florian Apolloner a écrit : > > Hi Claude, > > a few things after a quick glance at it. Overall the feature seems rather > simple and I do not see any reason why this would have to be in core from > the start; ie it could easily evolve as a 3rd party app.

Re: App static files (#29586)

2018-07-23 Thread Michael Manfre
On Mon, Jul 23, 2018 at 12:12 PM Florian Apolloner wrote: > * Any thoughts on asset pipelines? > This seems like it would be critical functionality. It might also help users to avoid potential asset ordering issues without needing to create more apps to resolve conflicts. Regards, Michael

Re: App static files (#29586)

2018-07-23 Thread Florian Apolloner
Hi Claude, a few things after a quick glance at it. Overall the feature seems rather simple and I do not see any reason why this would have to be in core from the start; ie it could easily evolve as a 3rd party app. I am not that much into frontend dev, but from my experience a few things

App static files (#29586)

2018-07-23 Thread Claude Paroz
Hi, I just created a new feature request [1] to be able to define static files per application, including a POC patch [2]. [1] https://code.djangoproject.com/ticket/29586 [2] https://github.com/django/django/pull/10218 Feel free to discuss it here for general discussion on the feature