1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 08:52:15 -05:00

Exclude appcache.manifest from itself

This commit is contained in:
Tankred Hase 2014-09-19 21:15:22 +02:00
parent 017ea707ad
commit 909bca2da5

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