Commit Graph

29 Commits

Author SHA1 Message Date
Johannes Zellner f81a7d7750 Update gulp css modules and improve error reporting 2015-06-01 22:39:34 +02:00
Johannes Zellner e07b8e7655 Run development server to serve up the webadmin in gulp 2015-05-04 13:25:37 +02:00
Johannes Zellner a59df0ed44 Cleanup linter errors 2015-04-28 18:09:20 +02:00
Johannes Zellner d8ac0330e8 Ensure we wait for gulp tasks to complete 2015-04-13 20:18:26 +02:00
Johannes Zellner d663fb3f00 Make appstatus a single file page
Fixes #332
2015-04-13 19:01:36 +02:00
Girish Ramakrishnan a9fa1f37f8 Add fallback icon 2015-02-27 17:49:18 -08:00
Johannes Zellner ff8f84c79c New setup wizard
Fixes #198
2015-02-27 23:15:44 +01:00
Johannes Zellner 382cdda9d5 Use bootstrap javascript library from bootstrap-sass 2015-02-26 17:25:36 +01:00
Johannes Zellner 7c9584b83f Use sass to build a unified theme.css including bootstrap 2015-02-26 17:16:44 +01:00
Johannes Zellner f1291ded62 Add our own theme.css 2015-02-26 12:00:01 +01:00
Johannes Zellner ade7b40827 Add roboto font to 3rdparty 2015-02-26 11:23:15 +01:00
Johannes Zellner c5220ad665 Rename gulp watch to gulp develop to use the same pattern as appstore 2015-02-25 18:02:00 +01:00
Johannes Zellner 2ef8f02445 Make error.html an angular app 2015-02-24 16:23:33 +01:00
Johannes Zellner e0aa207569 Enable uglification for our javascript files
Fixes #189
2015-02-18 14:12:38 +01:00
Johannes Zellner 860557b3a8 Streamline gulpfile 2015-02-18 12:51:15 +01:00
Johannes Zellner 26f9318aea Add global watch to gulpfile 2015-02-16 10:54:42 +01:00
Johannes Zellner f5d915e4b1 Ensure we also copy over the sourcemap files with gulp
Fixes #182
2015-02-15 12:26:53 +01:00
Johannes Zellner e4c77ca3ac Remove legacy ejs filter 2015-02-15 12:06:50 +01:00
Johannes Zellner 4e2031dafb Also add update.js to dist/ 2015-02-13 16:13:46 +01:00
Johannes Zellner 189cb7fa24 Include 3rdparty for setup/splash/website 2015-02-13 15:32:08 +01:00
Johannes Zellner 50ff1aeb3e Unify the update site to update.html
This still needs tweaking of the splash nginx config
2015-02-13 14:04:25 +01:00
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