@@ -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: {
@@ -29,7 +29,7 @@
<meta name="description" content="The Cyber Swiss Army Knife" />
<meta name="keywords" content="base64, hex, decode, encode, encrypt, decrypt, compress, decompress, regex, regular expressions, hash, crypt, hexadecimal, user agent, url, certificate, x.509, parser, JSON, gzip, md5, sha1, aes, des, blowfish, xor" />
- <link rel="icon" type="image/png" href="images/favicon.ico" />
+ <link rel="icon" type="image/png" href="images/favicon.ico?__inline" />
<link href="styles.css" rel="stylesheet" />
</head>
<body>