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
Post a Comment