mbraak/django-file-form

rename file_form.js to file_form.min.js?

bioworkflows opened this issue · 3 comments

This is a very minor issue but why file_form.js is not named file_form.min.js if it is indeed minified? I was asked why I include a non-minified js file in our production server and I had to explain that this file is indeed minified.

I'll have a look.

I changed the filename to file_form.min.js. The file_form.js file is now the non-minified version. I plan to release a new of version of django-file-form this week.

Version 3.5.2 is released. It includes this fix.