JavaScript - Unminify JS Files
August 28, 2019
Within the sources tab in DevTools you can view all the resources used to load the page.
JavaScript files are minimised to reduce size and load time but this makes them illegible.
Click on a JavaScript file within the ‘page’ pane and if it’s minimised use the steps below.
- Naviage to the ‘editor’ pane. (The pane showing the code)
- Find the two curly brackets at the bottom. They will look like this
{ } - Click them and you will given a formatted version of the JavaScript file selected.