- added option to add custom *.ini files into /conf dir (enabled environment.ini)

- enable "dynamic token" in *.ini files (variables)
- improved map sync behaviour: Force map changes to be send to server when a clients "unloads/reloads" a tab.
- fixed Js build bug in Firefox. "js-uglify" no longer crashes FF when Dev-Tools are open
- enabled "js-hint" in Js build process.
This commit is contained in:
Exodus4D
2017-07-22 14:33:36 +02:00
parent c877d9c7f8
commit e9d50d4294
8 changed files with 47 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ class Setup extends Controller {
* @var array
*/
protected $environmentVars = [
'TYPE',
'ENVIRONMENT_CONFIG',
'BASE',
'URL',
'DEBUG',