Exclude appcache.manifest from itself

This commit is contained in:
Tankred Hase 2014-09-19 21:15:22 +02:00
parent 017ea707ad
commit 909bca2da5
1 changed files with 1 additions and 0 deletions

View File

@ -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: ['**/*.*'],