Commit Graph

8 Commits

Author SHA1 Message Date
Girish Ramakrishnan 401fb9e024 Move deploymentConfig.json into webadmin 2015-01-22 06:59:40 -08:00
Johannes Zellner 05f62a673e webadmin: concatenate all js files per page 2015-01-22 10:17:12 +01:00
Johannes Zellner 0abb15994d webadmin: concatenate all view js files 2015-01-22 10:04:08 +01:00
Johannes Zellner 7098c6f816 webadmin: split up into src/ and dist/ 2015-01-22 09:47:03 +01:00
Johannes Zellner de202aa755 webadmin: manage javascript via gulp 2015-01-22 09:37:52 +01:00
Johannes Zellner e3ca163d30 webadmin: process 3rdparty in gulp 2015-01-22 09:24:13 +01:00
Johannes Zellner 476f65b24e webadmin: Use gulp to process html files 2015-01-22 09:11:08 +01:00
Johannes Zellner 99283967e9 Add gulp to allow templating of static webadmin content
Currently only webadmin/error.ejs is templated. gulp html
will generated a error.html based on the values in
deploymentConfig.json

Currently we also commit the templating output to the relevant
branch (eg. for development branch master). This means if a
templated file was changed, prior to committing a change we have
to run gulp to generate the output.

Fixes #132
2015-01-21 17:09:40 +01:00