Add build for deployment using jinja2 templating for url base

This commit is contained in:
Charlotte Weaver
2018-02-28 13:56:53 -08:00
parent d4fce6a03d
commit db33c3f923
4 changed files with 34 additions and 2 deletions
+3 -1
View File
@@ -35,12 +35,14 @@ export const tiniestFontSize = 12;
export const bolder = 700;
export const API = {
export let API = {
// prefix: "http://api.clustering.czi.technology/api/",
prefix: "http://api-staging.clustering.czi.technology/api/",
version: "v0.1/",
}
if (window.CELLXGENE && window.CELLXGENE.API) API = window.CELLXGENE.API;
export const accentFont = "Georgia,Times,Times New Roman,serif";
export const maxParagraphWidth = 600;
export const maxControlsWidth = 800;