From f786d2617a0f2b902a2900016ac4dac435abbbe2 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sat, 31 Oct 2015 15:52:56 -0700 Subject: [PATCH] Update to latest http2push-gae lib --- http2push | 2 +- package.json | 2 +- push_manifest.json | 35 ++++++++++++++++++++++++++++------- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/http2push b/http2push index 9ab153d6..2c9c4046 160000 --- a/http2push +++ b/http2push @@ -1 +1 @@ -Subproject commit 9ab153d6833db5effb910ab0699a70ade4b84f78 +Subproject commit 2c9c40460d906981228024e34cb08710b6c1f075 diff --git a/package.json b/package.json index c16a888b..ea06d226 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "grunt-contrib-compass": "^1.0.3", "grunt-minified": "0.0.6", "grunt-vulcanize": "^1.0.0", - "http2-push-manifest": "0.0.1", + "http2-push-manifest": "^1.0.0", "load-grunt-tasks": "*" } } diff --git a/push_manifest.json b/push_manifest.json index e484b6b9..8d97d826 100644 --- a/push_manifest.json +++ b/push_manifest.json @@ -1,9 +1,30 @@ { - "/static/css/main.css": 1, - "/static/bower_components/webcomponentsjs/webcomponents-lite.min.js": 1, - "/static/css/features/features.css": 1, - "/static/elements/features-imports.vulcanize.html": 1, - "/static/elements/features-imports.vulcanize.js": 1, - "/features.json": 1, - "/omaha_data": 1 + "/static/css/main.css": { + "type": "style", + "weight": 1 + }, + "/static/bower_components/webcomponentsjs/webcomponents-lite.min.js": { + "type": "script", + "weight": 1 + }, + "/static/css/features/features.css": { + "type": "style", + "weight": 1 + }, + "/static/elements/features-imports.vulcanize.html": { + "type": "document", + "weight": 1 + }, + "/static/elements/features-imports.vulcanize.js": { + "type": "script", + "weight": 1 + }, + "/features.json": { + "type": "script", + "weight": 1 + }, + "/omaha_data": { + "type": "script", + "weight": 1 + } }