2
0
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:
Mike Schwörer
2016-12-05 19:30:46 +01:00
7 changed files with 21 additions and 13 deletions

View File

@@ -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: {