treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Site folder structure not displaying in web inspector

  • Hello everyone!

    For whatever reason, my website folder structure is not displaying properly when using the web inspector. The inspector is categorizing all the site files together instead of being grouped into folders -- 'images' , 'scripts' 'stylesheets' etc.

    File structure via web inspector (WRONG) :

       - website.com
                   bird.jpg (file)
                   mouse.jpg (file)
                   tree.jpg (file)
                   style.css (file)
                   script.js (file)
                   jquery.min.js (file)
    

    File structure via web inspector (Should be this!):

       - website.com
                   + images (folder)
                   + scripts (folder)
                   – stylesheets (folder)
                                 reset.css (file)
                                 style.css (file)
    

    Any Suggestions or help is much appreciated. Thanks.

  • If this is a live sites we need to see a link.

  • Sorry, how is this a problem?