From d57dcea8cec39268a8df115fa421273b6f44d98a Mon Sep 17 00:00:00 2001
From: Hamcha
MCG Version {{ projectVersion }}
@@ -108,15 +116,25 @@ font-size: 11pt; } } + +.spaced { + margin: 5px; +} diff --git a/vue.config.js b/vue.config.js index 88080d0..002334f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,3 +1,9 @@ module.exports = { - publicPath: process.env.SUBPATH ? process.env.SUBPATH : "" + publicPath: process.env.SUBPATH ? process.env.SUBPATH : "", + + pluginOptions: { + gitDescribe: { + variableName: "GIT_DESCRIBE" + } + } }; diff --git a/yarn.lock b/yarn.lock index c83d140..fdfc99e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4649,6 +4649,15 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" +git-describe@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/git-describe/-/git-describe-4.0.4.tgz#f3d55bce309becf6dc27fed535d380a621967e8c" + integrity sha512-L1X9OO1e4MusB4PzG9LXeXCQifRvyuoHTpuuZ521Qyxn/B0kWHWEOtsT4LsSfSNacZz0h4ZdYDsDG7f+SrA3hg== + dependencies: + lodash "^4.17.11" + optionalDependencies: + semver "^5.6.0" + glob-base@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" @@ -10453,6 +10462,11 @@ vue-cli-plugin-buefy@^0.3.7: resolved "https://registry.yarnpkg.com/vue-cli-plugin-buefy/-/vue-cli-plugin-buefy-0.3.7.tgz#31e5637529482a5a4564676f539db16278b0895c" integrity sha512-w+1Wnj1VmoLJmv0yHoLUErnFkLSzz4yTGhCz7GudDKX7vB5NpVK+/xWmiFOytuDkleWeYrJgHN8CIOY7xe26jQ== +vue-cli-plugin-git-describe@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/vue-cli-plugin-git-describe/-/vue-cli-plugin-git-describe-1.0.0.tgz#6980e7e7c9b30a8da5e56363c43a8224d3b178e7" + integrity sha512-vrln5ryf1VucQ3SD1NfMTnzM8Uyw0CDEjL9KYzyrGXGbTJuFXhPfm2fJsSvOClS5sotjOV9+4MnIWlqvZO5JuQ== + vue-eslint-parser@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz#c268c96c6d94cfe3d938a5f7593959b0ca3360d1" -- 2.45.2