3.5 Application Resource Files - mmig/mmir GitHub Wiki

Application Resource Files (www/content)

The content folder contains all images, fonts, and CSS files that you would like to import into your application. The content folder consists of the following folders:

  • fonts: Contains the fonts of your application.
  • images: Contains the images of your application.
  • libs: Contains 3rd party JavaScript libraries for your application.
  • stylesheets: Contains the CSS description of your application.

See also section Template Expressions for details on how use and reference the content files (e.g. include CSS files in views).


< previous: "Application-State-Definitions" | next: "Application Controllers" >