ADS

Featured

Automatically concatenate a JavaScript or CSS file with native Chrome functionality

If you have come across HTML, JavaScript and / or CSS code that is not concatenated, "min" or "minified" style, you can quickly view your content fully concatenated and organized using a native Chrome feature.

You need to enter developer mode to access the feature and you don't need any browser plug-ins.


See this example:
Here we are looking at the Google page and one of its JavaScript elements, totally messy (which they do to save on data bandwidth traffic, and certainly make it harder for developers):



Now click on the item:


And done, magically, the entire code will be concatenated.



No comments