Re: minify static files (css and js)

2015-12-11 Thread Florian Apolloner
Please stop spamming this thread with a advertisements for an online service. This is completely useless to us. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop recei

Re: minify static files (css and js)

2015-12-11 Thread buyi wen
you can try this free online service to compress javascript and minify css , so it will reduce the size of web page. only need you upload the static js and css files, then you can download the mini file.

Re: minify static files (css and js)

2015-12-07 Thread Tony Tong
I'm a html editor, I always use this free online tool to minify js file and minify css file. after the minification, the static file will be much smaller. -- You received this message because you are subsc

Re: minify static files (css and js)

2011-08-11 Thread Warren Smith
There seems to be quite a few of these sort of things out there. I've been keeping an eye out for a clear winner. A friend pointed me at http://www.allbuttonspressed.com/projects/django-mediagenerator, and that page links to the following comparison: http://djangopackages.com/grids/g/asset-manage

Re: minify static files (css and js)

2011-08-11 Thread Jannis Leidel
On 11.08.2011, at 03:07, Silvio wrote: > I feel inclined to mention the tool I built: > https://www.sgawebsites.com/projects/django-aggregator/ . Very easy to > use, and easy to deploy. Thanks all for the list of apps, but this isn't really the place for it. You may be interested in the RFC at

Re: minify static files (css and js)

2011-08-10 Thread Silvio
I feel inclined to mention the tool I built: https://www.sgawebsites.com/projects/django-aggregator/ . Very easy to use, and easy to deploy. - Silvio On Aug 9, 1:44 am, Alexander Schepanovski wrote: > I prefer webassets. You may also look into. -- You received this message because you are subs

Re: minify static files (css and js)

2011-08-08 Thread Alexander Schepanovski
I prefer webassets. You may also look into. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr..

Re: minify static files (css and js)

2011-08-08 Thread Jonathan Slenders
This one is a more powerful compressor, but does not easily work out of the box on every website: https://github.com/citylive/django-template-preprocessor I personally think there are too many ways of minifying content. Minifying is about making assumptions about what information in the files you

Re: minify static files (css and js)

2011-08-07 Thread Aymeric Augustin
Hello, You're probably looking for: https://github.com/jezdez/django_compressor Best regards, -- Aymeric Augustin. On 7 août 2011, at 14:36, gert wrote: > Hi > > I have always wanted to minify my css and js but it never seemed like > the right time to do it. Somehow there is always something

minify static files (css and js)

2011-08-07 Thread gert
Hi I have always wanted to minify my css and js but it never seemed like the right time to do it. Somehow there is always something I know I want to tweak first so I'll release it as is for now... :) Having used the django-staticfiles app for some time now I just realised that that would actually