Updated links to new hash variant and cleaned up About and Option panes

This commit is contained in:
n1474335 2017-06-16 15:36:42 +00:00
parent 685f7a4f00
commit 4363da534d
9 changed files with 55 additions and 34 deletions

View file

@ -164,7 +164,8 @@ module.exports = function (grunt) {
}),
new webpack.DefinePlugin({
COMPILE_TIME: JSON.stringify(compileTime),
COMPILE_MSG: JSON.stringify(grunt.option("compile-msg") || grunt.option("msg") || "")
COMPILE_MSG: JSON.stringify(grunt.option("compile-msg") || grunt.option("msg") || ""),
PKG_VERSION: JSON.stringify(pkg.version)
}),
new ExtractTextPlugin("styles.css"),
],