Last active
August 29, 2015 14:08
-
-
Save dr-dimitru/16fff5680f9c36d090b3 to your computer and use it in GitHub Desktop.
Revisions
-
dr-dimitru revised this gist
Jan 27, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ myAwesomeApp | |-templates |-collections #Define, Publish & Subscribe collections |-lib #Isomorphic (Client + Server) libraries |-public (or static) #files & folders avaliable via http | |-css | |-other |-server -
dr-dimitru created this gist
Nov 6, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ myAwesomeApp |-client | |-lib #Only Client libraries | |-js | |-templates |-collections #Define, Publish & Subscribe collections |-lib #Isomorphic (Client + Server) libraries |-private #files & folders avaliable via http | |-css | |-other |-server |-lib #Only Server libraries