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
commit da7a832ceb
No known key found for this signature in database
GPG key ID: D3C7172E0A70F8CF
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: {