Ghost/ghost/sdk/theme-dropin
Fabien O'Carroll cbbd28cc90 Ensured that signups/signins get fresh token
no-issue

This is to avoid any weirdness around the two requests for signup to a
paid site. First we have the signup request, and then we have the create
subscription request. After the first signup request a "signedin" event
is fired, fetching a token, but one without any plans.
2019-03-25 09:35:07 +01:00
..
src Ensured that signups/signins get fresh token 2019-03-25 09:35:07 +01:00
.eslintrc.js Created drop-in script module for ghost themes (#19) 2018-11-15 14:36:51 +07:00
.gitignore Members update (#24) 2018-12-07 14:32:23 +05:30
LICENSE 2019 2019-01-01 14:38:49 +00:00
nwb.config.js Created drop-in script module for ghost themes (#19) 2018-11-15 14:36:51 +07:00
package.json Corrected refs for content-api and layer1 deps 2019-03-25 09:35:07 +01:00
README.md Created drop-in script module for ghost themes (#19) 2018-11-15 14:36:51 +07:00
yarn.lock Corrected refs for content-api and layer1 deps 2019-03-25 09:35:07 +01:00

Members Drop-in script for Ghost themes

Prerequisites

Node.js >= 6 must be installed.

Installation

  • Running yarn install in the module's root directory will install everything you need for development.

Building

  • yarn build will build the module for publishing to npm as well as umd build for script tag.

  • yarn clean clean will delete built resources.

Usage

<script src="members-theme-dropin.min.js"></script>

Script is setup to auto-execute on load if it finds relevant data on page.

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.