Skip to content

Instantly share code, notes, and snippets.

@mccraigmccraig
Created March 3, 2020 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mccraigmccraig/ac07e9354d44c35f9866e3d811515d34 to your computer and use it in GitHub Desktop.
Save mccraigmccraig/ac07e9354d44c35f9866e3d811515d34 to your computer and use it in GitHub Desktop.
"development-android":
{"shadow-build": "development",
"shadow-conf": {":output-dir": "target/development-android/js",
":build-hooks": [["l:",
"s:er-model.shadow-build/flush-cp-r-hook",
"./target/development-android",
"../cordova-yapdev/www",
{":exclude": CORDOVA_FILES,
// ":verbose?": true
}],
["l:",
"s:er-model.shadow-build/flush-cp-r-hook",
"../cordova-yapdev/platforms/android/platform_www",
"./target/development-android",
{":include": CORDOVA_FILES,
// ":verbose?": true
}]],
":compiler-options":
{":closure-defines":
{"s:er-webui.env/app-deployment-platform": "cordova",
"s:er-webui.env/dev-disable-schema-check": opt("DEV_DISABLE_SCHEMA_CHECK", "true"),
"s:er-webui.env/api-url": opt("API_URL", "https://devapi.yapsterchat.com"),
"s:er-webui.env/expected-api-version": API_VERSION,
"s:er-webui.env/client-build-version": BUILD_VERSION,
"s:er-webui.env/sentry-release": "development-" + VERSION,
"s:er-webui.env/log-level": opt("LOG_LEVEL", "debug"),
"s:er-webui.env/dev-redirect-url": opt("DEV_REDIRECT_URL", "http://localhost:3000/index.html")}}},
"copy-target-to": "../cordova-yapdev/www"},
"development-ios":
{"shadow-build": "development",
"shadow-conf": {":output-dir": "target/development-ios/js",
":build-hooks": [["l:",
"s:er-model.shadow-build/flush-cp-r-hook",
"./target/development-ios",
"../cordova-yapdev/www",
{":exclude": CORDOVA_FILES,
// ":verbose?": true
}],
["l:",
"s:er-model.shadow-build/flush-cp-r-hook",
"../cordova-yapdev/platforms/ios/platform_www",
"./target/development-ios",
{":include": CORDOVA_FILES,
// ":verbose?": true
}]],
":compiler-options":
{":closure-defines":
{"s:er-webui.env/app-deployment-platform": "cordova",
"s:er-webui.env/dev-disable-schema-check": opt("DEV_DISABLE_SCHEMA_CHECK", "true"),
"s:er-webui.env/api-url": opt("API_URL", "https://devapi.yapsterchat.com"),
"s:er-webui.env/expected-api-version": API_VERSION,
"s:er-webui.env/client-build-version": BUILD_VERSION,
"s:er-webui.env/sentry-release": "development-" + VERSION,
"s:er-webui.env/log-level": opt("LOG_LEVEL", "debug"),
"s:er-webui.env/dev-redirect-url": opt("DEV_REDIRECT_URL", "http://localhost:3000/index.html")}}}},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment