mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
Exclude appcache.manifest from itself
This commit is contained in:
parent
017ea707ad
commit
909bca2da5
@ -220,6 +220,7 @@ module.exports = function(grunt) {
|
|||||||
timestamp: true,
|
timestamp: true,
|
||||||
hash: true,
|
hash: true,
|
||||||
cache: ['socket.io/socket.io.js'],
|
cache: ['socket.io/socket.io.js'],
|
||||||
|
exclude: ['appcache.manifest'],
|
||||||
master: ['index.html']
|
master: ['index.html']
|
||||||
},
|
},
|
||||||
src: ['**/*.*'],
|
src: ['**/*.*'],
|
||||||
|
Loading…
Reference in New Issue
Block a user