shinneider/django-admin-search

Replace js files to minified

Closed this issue · 3 comments

jquery and jquery mask is not using a minified version.

because of that, the lib has size of 400kb, but 386kb is static js files.
Changing for minified, lib size decrese +/- 300kb.

Possible solution:
remove django_admin_search/static/jquery/jquery.js, because is not used anymore
download jquery-mask minified in https://igorescobar.github.io/jQuery-Mask-Plugin/
remove django_admin_search/static/jquery_mask/jquerymask.js
replace static import jquery_mask/jquerymask.js by new minified version name.

Before change this fallow the issue #25, because if work on both it will generate merge.

@Abhi904485 sorry for the long time to response, and thanks for the PR i approved today, and your change is present on the version 0.3.7