also,
an extra, not too irrelevant question,
you’ve an suggestions/resources/blogs to get up to speed on Backbone js libraries? Thanks.
also, an extra, not too irrelevant question, you’ve an suggestions/resources/blogs to get up to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
minify javascript is used to compress your javascript code: lets see an example:
this is a normal javascript function
when you minify it looks like:
when you minify the comments and spaces get deleted to improve the performance of your code
you can try this web tool to minify javascript
link YUI Compressor