Skip to content
Kyle Kirby edited this page May 30, 2014 · 2 revisions

Structure

A GSP's structure isn't something that is set in stone, and can be easily managed with the GSP configuration file, however, there is a single source folder and a build folder. The source folder is where all your assets are located and the build folder is where the output of the compiled project is placed.

A generic structure would look something like this:

  • (d) root
    • (f) config.json
    • (d) build
    • (d) source
      • (d) resources
        • (d) html
        • (d) css
        • (d) img
      • (d) src

Inside the source/src is where you would place your GorillaScript source files. The resources subdirectories is where you would place your other assets.

Clone this wiki locally