-
Notifications
You must be signed in to change notification settings - Fork 0
0. Project Structure
fahimc edited this page Sep 5, 2012
·
1 revision
##Folder Structure
lib/
- com/
src/
- Main.js
resource/
- css/
- image/
- xml/
index.html
readme.txt
This is where all your library files go (external JS frameworks/tools).
This is where you place your source code. Always create a Main script. add you own folders (packages) and classes here.
This is where all you resources and assets go which will be used by the app/game or site. Create folder for each file type.
This always site on the root.
This is important. Document the project and dependencies here. This is for other developers who may work on this project at a latter stage.