mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
ESM: Fixed OperationError detection and tidied up ops.
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = function (grunt) {
|
||||
// Tasks
|
||||
grunt.registerTask("dev",
|
||||
"A persistent task which creates a development build whenever source files are modified.",
|
||||
["clean:dev", "concurrent:dev"]);
|
||||
["clean:dev", "exec:generateConfig", "concurrent:dev"]);
|
||||
|
||||
grunt.registerTask("node",
|
||||
"Compiles CyberChef into a single NodeJS module.",
|
||||
|
||||
Reference in New Issue
Block a user