Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 957 Bytes

debug-project.md

File metadata and controls

24 lines (14 loc) · 957 Bytes

Debug Project

Verify Images Are Collected

  1. Review content of /taccsite_cms/static/site_cms/img.
  2. Verify that content is also in the container at /static/site_cms/img.

Verify CSS Build Output

  1. Review content of /taccsite_cms/static/site_cms/css/build.
  2. Verify that content is also in the container at /static/site_cms/css/build.

Note You will never see /static/…/css/src, because this app ignores src/ when collecting static files. This is done so templates can not load load source files.

Restart CMS Server

See How to Restart the CMS Server.

Build Search Index

See How to Build Search Index.