Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 718 Bytes

File metadata and controls

18 lines (10 loc) · 718 Bytes

How To use dynamic manifests

This directory contains information related to generating a manifest dynamically.

What you can do with this repository

This repository contains examples showing how a service could be used to return a manifest instead of having a static json file.

Examples

Example Description
How To - Basic This is an example of an expressjs server returning a different manifest based on an environment being specified using a querystring

Before you get started

Read more about our recommended development environment.