summaryrefslogtreecommitdiff
path: root/scripts/builder/backends
AgeCommit message (Collapse)AuthorFilesLines
2013-11-26when copying node backend files skip htdocs and node_modulesMichael Krelin1-0/+7
both are used while debugging and don't have to break the build
2013-11-26builder: moved temp folder adjustements where it belongsMichael Krelin2-4/+5
it wasn't meant to be in the script language builder, but only should've affected node backend
2013-11-24nodejs+postgresql backendMichael Krelin2-0/+17
2013-08-30First release of /delta versionGiulio Cesare Solaroli1-0/+0
2013-07-17Tentative fix for issue #49Giulio Cesare Solaroli2-14/+0
2013-04-17Updated build script to handle 'checksum' targetGiulio Cesare Solaroli2-8/+50
The build script can now be invoked, for example, with the following options: > ./scripts/build checksum --frontend beta gamma
2013-01-08Updated builder scriptClipperz1-0/+56
2012-02-11Improved build scriptsGiulio Cesare Solaroli3-0/+60
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>