This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Description
For good reasons PPnet uses bower/gulp/etc which is considered state-of-the-art pre- and post-processing of client/server javascript applications.
PPnet additionally contains the already processed 'www' folder to make it easy for developers to jumpstart a trial without forcing them into a tool chain they may not want to maintain. Right now you can simply download the zip file of this git, start a web server in the www folder and surf to localhost:8000 - and, bam you are there.
But - what if the user wants to change just one line, say the database link? Now the user is forced into the toolchain.
There should also be an easy way to for small changes.