Move config dir into app directory.

stable
Andrey Antukh 2014-09-02 18:29:52 +02:00
parent 8ecc6e7bee
commit b4d2af566e
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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",