mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Updated links to new hash variant and cleaned up About and Option panes
This commit is contained in:
parent
685f7a4f00
commit
4363da534d
9 changed files with 55 additions and 34 deletions
|
@ -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"),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue