Favicon changed to a data URL to prevent re-requests in some circumstances. #21

This commit is contained in:
n1474335 2016-11-30 19:50:21 +00:00
parent 2f0bc54046
commit 8882805830
5 changed files with 13 additions and 6 deletions

View file

@ -355,9 +355,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: {