Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 725 Bytes

static_folder.rst

File metadata and controls

25 lines (20 loc) · 725 Bytes

The static/ directory

The static folder holds files which are not dynamically altered by the psiTurk server (i.e., templated). This includes images, javascript libraries, CSS style sheets etc... You can add additional files and folders for static files if you need in your project.

It includes one top-level file (favicon.ico) which is the little icon that appears next to the URL in the browser window. You might want to customize this with the favicon.ico file used by your university or company.

In addition, there are typically four sub-directories:

.. toctree::
   :maxdepth: 2

   static_images_folder
   static_css_folder
   static_js_folder
   static_lib_folder
   static_fonts_folder