Make new frontend deployable.

* Get rid of old client and its grunt build.
* Make `yarn run dist` bundle a working version with new frontend.
* Make sure to handle history mode URLs on server side.
This commit is contained in:
baldo 2022-10-04 15:33:55 +02:00
parent 4035c22aca
commit e48c2861c6
810 changed files with 109 additions and 348223 deletions
server/templates

View file

@ -1,3 +1,4 @@
// TODO: This is deprecated. Remove some time after re-launch. Used only for legacy clients that have not yet reloaded.
'use strict';
angular.module('ffffng').constant('config', <%= JSON.stringify(config) %>);