mirror of
https://github.com/gchq/CyberChef
synced 2026-01-04 09:33:21 +00:00
Merge remote-tracking branch 'upstream/master' into feature_xpath
This commit is contained in:
@@ -356,9 +356,16 @@ module.exports = function(grunt) {
|
||||
css: "type='text/css'"
|
||||
}
|
||||
},
|
||||
prod: {
|
||||
compiled: {
|
||||
src: "build/prod/cyberchef.htm",
|
||||
dest: "build/prod/cyberchef.htm"
|
||||
},
|
||||
prod: {
|
||||
options: {
|
||||
tag: "__inline"
|
||||
},
|
||||
src: "build/prod/index.html",
|
||||
dest: "build/prod/index.html"
|
||||
}
|
||||
},
|
||||
chmod: {
|
||||
|
||||
Reference in New Issue
Block a user