mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Merge remote-tracking branch 'upstream/master' into feature_xpath
This commit is contained in:
commit
da7a832ceb
7 changed files with 21 additions and 13 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue