lee-elenbaas / p2psn

peer 2 peer social network - an attempt to desing and create a social network that will use peer 2 peer architecture rather then central server philosophy
3 stars 0 forks source link

service admin static files #19

Closed lee-elenbaas closed 11 years ago

lee-elenbaas commented 12 years ago

The initial implementation simply needs to serve the CSS for whatever request

once that is working - the structure of the static files needs to be stored in hashed format in the run dir - and then served from there using the hash

for the web based client - a different structure of white list files will need to be used in order to support working both through a server and using offline access to the files stored on the drive (there is also the posibility of setting them up as two separate things - but then maintanance is doubled - or build process can duplicate it)