From c9049fb91ffb88e7aeb5bf8ceb39335a3e6fe3f8 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 26 Mar 2014 15:36:35 +0400 Subject: [PATCH] Fix #199 --- app/partials/message.html | 2 +- gulpfile.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/partials/message.html b/app/partials/message.html index 037b9459..878bb0f1 100644 --- a/app/partials/message.html +++ b/app/partials/message.html @@ -220,7 +220,7 @@
diff --git a/gulpfile.js b/gulpfile.js index 9feb1b37..bcf3beb8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -124,7 +124,7 @@ gulp.task('disable-production', function() { }); gulp.task('add-appcache-manifest', function() { - return gulp.src('./dist/**/*') + return gulp.src(['./dist/**/*', '!dist/manifest.json', '!dist/manifest.json', '!dist/index.html']) .pipe($.manifest({ timestamp: true, network: ['http://*', 'https://*', '*'],