Move cache manifest to *.appcache
https://github.com/zhukov/webogram/issues/278#issuecomment-43072649
This commit is contained in:
parent
f7171d3a5f
commit
8f44739a64
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en" ng-app="myApp" manifest="app.manifest"><!-- ng-csp="" -->
|
||||
<html lang="en" ng-app="myApp" manifest="webogram.appcache"><!-- ng-csp="" -->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
|
@ -1,6 +1,6 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
# 6
|
||||
# 7
|
||||
|
||||
NETWORK:
|
||||
*
|
@ -134,8 +134,8 @@ gulp.task('add-appcache-manifest', function() {
|
||||
.pipe($.manifest({
|
||||
timestamp: true,
|
||||
network: ['http://*', 'https://*', '*'],
|
||||
filename: 'app.manifest',
|
||||
exclude: 'app.manifest'
|
||||
filename: 'webogram.appcache',
|
||||
exclude: 'webogram.appcache'
|
||||
}))
|
||||
.pipe(gulp.dest('./dist'));
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user