Access Frontend Source Files

When debugging a site's frontend code, you may want to view a copy of the code files in your browser's developer tools.

To locate and open the files:

  1. Identify the names of the files that contain a site's frontend code. The names of these files appear in the Wix Developer Console when you preview a site. They also appear in the browser developer console.

    Developer console filename

  2. Browse to a site, either published or in Preview mode, and open your browser's developer tools.

  3. Open the file search bar.

    • In Chrome press Command/Ctrl+O.
    • In Firefox, open the Debugger panel in the developer tools and press Command/Ctrl+P.
  4. Type the name of your code file and select it from the search results to open it.

    Select code file

See also

Did this help?