mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 00:05:11 -04:00
bugfix for UTF16 vs UTF8 problems
This commit is contained in:
parent
9787ab04cd
commit
abafd09a8b
2 changed files with 51 additions and 9 deletions
11
Gruntfile.js
11
Gruntfile.js
|
@ -389,15 +389,8 @@ module.exports = function (grunt) {
|
|||
command: "node build/prod/sitemap.js > build/prod/sitemap.xml"
|
||||
},
|
||||
generateConfig: {
|
||||
command: [
|
||||
"echo '\n--- Regenerating config files. ---'",
|
||||
"mkdir -p src/core/config/modules",
|
||||
"echo 'export default {};\n' > src/core/config/modules/OpModules.mjs",
|
||||
"echo '[]\n' > src/core/config/OperationConfig.json",
|
||||
"node --experimental-modules --no-warnings --no-deprecation src/core/config/scripts/generateOpsIndex.mjs",
|
||||
"node --experimental-modules --no-warnings --no-deprecation src/core/config/scripts/generateConfig.mjs",
|
||||
"echo '--- Config scripts finished. ---\n'"
|
||||
].join(";")
|
||||
command: "node --experimental-modules --no-warnings --no-deprecation src/core/config/scripts/generateDefaults.mjs",
|
||||
stdout: true
|
||||
},
|
||||
opTests: {
|
||||
command: "node --experimental-modules --no-warnings --no-deprecation tests/operations/index.mjs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue