From 909bca2da50fa43efdfca5e11fa05c5dd212a934 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 19 Sep 2014 21:15:22 +0200 Subject: [PATCH] Exclude appcache.manifest from itself --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index cd58ff9..e6d7413 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -220,6 +220,7 @@ module.exports = function(grunt) { timestamp: true, hash: true, cache: ['socket.io/socket.io.js'], + exclude: ['appcache.manifest'], master: ['index.html'] }, src: ['**/*.*'],