Created
February 25, 2013 20:54
-
-
Save asicfr/5033199 to your computer and use it in GitHub Desktop.
structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+---webapp <===== la page index et le fichier appcache sont générés à la racine | |
+---cssext <===== css externes (bootstrap ...) | |
+---cssin <===== css propre à l'application | |
+---gen <===== tous les autres fichiers générés sont dans ce répertoire | |
¦ +---js <===== contrôleur principal de l'application | |
¦ +---jsmodules <===== fichiers javascript (contrôleur et service) pour chaque entité | |
¦ +---pages <===== pages html pour chaque entité | |
¦ +---partials <===== header et footer html | |
+---img <===== images de l'application (bootstrap) | |
+---jsext <===== librairies javascript externes (jquery, bootstrap ...) | |
+---jsin <===== librairies javascript internes (cacheApp.js, datastore.js, offline.js et onlineCheck.txt ...) | |
+---partials <===== pages html static de l'application | |
+---WEB-INF | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment