How to convert custom jquery.min file to jquery for development -


yesterday lost backup of custom jquery lib file, , have min file it.is there way can convert/decompress min file back, can work on it?

minification changes names of variables, combines files, , makes optimizations. program can't guess @ variable names, decide files should split, , (shouldn't) make code perform worse.

indentation

you can have code indented using service jsbeautifier.

variable names

using editor, webstorm, can refactor variable names. means select 1 variable, change name, , anywhere else it's referenced have new name. might take bit.

splitting files

this can done hand easily. recommend editor tabs make less painful.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -