Friday 21 November 2014

SourceMap in Web Development

As a Human tendency most of software developer don't like to show their code at client side, I am not talking about Sir Richard Stallman. Now we can keep our code at client side  in non readable form & Still we can read our code. I am not talking about some magic , it's Source Map.

What does Source Map does ?
It map minified file to original file , it's equivalent to Hash Table  in Data structure, When we use minified js in production it maps the component with original in file.
Now we have Freedom to minified as much as files we can.

No comments:

Post a Comment