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