e48c2861c6
* 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.
5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
// 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) %>);
|