google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com
Apache License 2.0
13.85k stars 2.57k forks source link

What do the different file colors mean? It looks like folders (directories) are always blue, but files can be orange, green grey ... #6516

Open jimweiler opened 6 years ago

jimweiler commented 6 years ago

Welcome! Please use this template for reporting documentation issues on https://developers.google.com/web/.

For questions about Chrome DevTools, checkout the google-chrome-devtools tag on StackOverflow. For questions about Chrome, check the google-chrome tag. If you think you've found a Chrome bug, check out our feedback page for more details on how to file it.

Page Affected: https://developers.google.com/web/TODO

What needs to be done?

Please provide description of what's needs to be done here. Please be sure to include the link to the original page and any supporting links/data.

dandv commented 6 years ago

Hey @jimweiler, can you please edit your OP and replace the template with some details about the actual issue?

mauroporras commented 5 years ago

Folder color Blue: Regular folder, doesn't contain any source maps files. Orange: Folder contains files having source maps attached (.less/.css or .ts/.js)

Resource (file) color Yellow: JS Violet: CSS & Fonts Green: Images Grey: HTML

Some references: https://developers.google.com/web/tools/chrome-devtools/workspaces/ https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/