Move config dir into app directory.
parent
8ecc6e7bee
commit
b4d2af566e
|
@ -6,11 +6,12 @@ config = {
|
||||||
|
|
||||||
defaultLanguage: "en"
|
defaultLanguage: "en"
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
"es": "Spanish"
|
|
||||||
"en": "English"
|
"en": "English"
|
||||||
}
|
}
|
||||||
|
|
||||||
pubblicRegisterEnabled: true
|
pubblicRegisterEnabled: true
|
||||||
|
privacyPolicyUrl: null
|
||||||
|
termsOfServiceUrl: null
|
||||||
}
|
}
|
||||||
|
|
||||||
angular.module("taigaLocalConfig", []).value("localconfig", config)
|
angular.module("taigaLocalConfig", []).value("localconfig", config)
|
|
@ -36,7 +36,7 @@ paths = {
|
||||||
images: "app/images/**/*"
|
images: "app/images/**/*"
|
||||||
locales: "app/locales/**/*.json"
|
locales: "app/locales/**/*.json"
|
||||||
coffee: ["app/coffee/app.coffee",
|
coffee: ["app/coffee/app.coffee",
|
||||||
"config/main.coffee",
|
"app/config/*.coffee",
|
||||||
"app/coffee/*.coffee",
|
"app/coffee/*.coffee",
|
||||||
"app/coffee/modules/controllerMixins.coffee",
|
"app/coffee/modules/controllerMixins.coffee",
|
||||||
"app/coffee/modules/*.coffee",
|
"app/coffee/modules/*.coffee",
|
||||||
|
|
Loading…
Reference in New Issue