Hi all,<div><br></div><div>I am pretty busy doing massive raster calculations using GRASS for an freelance project for the last week and will be busy with it for a while to come. While watching GRASS eating my CPU cycles, I looked trough the code repo and asked myself two things:</div>

<div><br></div><div>1) The file and directory layout is not very cleaned up right now. Code and OpenLayers mixed in one directory, for example. I&#39;d suggest having demo, lib(external dependencies like OL, jQuery), src and test directories.</div>
<div><br></div><div>2) We&#39;re keep OpenLayers, jQuery and jQuery UI code in our own repo. I&#39;d suggest not to do that, instead have a strict layout (see above) and make developers responsible for having the right code available. A README file in the lib dir should name explicit dependencies and how to arrange files to make demos, tests, etc. work. (is there something like pip for python for javascript?)</div>
<div><br></div><div>Any ideas are appreciated. Cheers,</div><div>  C</div>