Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (45 loc) · 853 Bytes

Structure.md

File metadata and controls

46 lines (45 loc) · 853 Bytes

Structure

Kotsu
├─ build
|  ├─ assets
|  |  ├─ fonts
|  |  ├─ images
|  |  ├─ scripts
|  |  ├─ sprites
|  |  ├─ static
|  |  └─ styles
|  └─ ...all other built files...
├─ (jspm_packages)
├─ (node_modules)
├─ modules
├─ source
|  ├─ data
|  ├─ fonts
|  ├─ icons
|  ├─ images
|  ├─ locales
|  |  ├─ _templates
|  |  └─ ...locales...
|  ├─ scripts
|  ├─ sprites
|  ├─ static
|  ├─ styles
|  |  ├─ base
|  |  ├─ components
|  |  ├─ ekzo
|  |  ├─ generic
|  |  ├─ helpers
|  |  ├─ pages
|  |  ├─ scopes
|  |  ├─ settings
|  |  └─ ...index-files...
|  └─ templates
|     ├─ _layouts
|     ├─ _components
|     └─ ...templates...
├─ tasks
├─ temp
├─ tests
└─ ...configuration files...