Skip to content
Luis Eduardo Brito edited this page Sep 4, 2013 · 1 revision

The public folder stores the static data from the website. The framework comes with three included sub-directories:

  • Stylesheets: Stores the css files for the front-end.

    Location: /public/stylesheets

  • Images: Stores the image files for the front-end.

    Location: /public/images

  • lib: Stores the external libraries (such as jQuery, or AngularJS) for the front-end.

    Location: /public/lib

Clone this wiki locally