Nonstop Brightscript SDK
Project Structure
.vscode- folder containing some helper settings and tasks when authoring in Visual Studio Codebuild- contains scripts pertaining to the GulpJS based build of the SDK and demo appcomponents/Nonstop- contains the SDK codedemo- contains the demo appdocumentation- contains this documentationimages/Nonstop- contains images the SDK requires to render correctly
Obtaining the SDK
Download the SDK zip file from the location given in Confluence for the current version and follow the steps below. This version of the SDK has been processed to remove line breaks, whitespace and comments in order to reduce the file size for inclusion in your app's production bundle.
NOTE: Access to the SDK repository has been provided and the steps below can be followed from the master branch of the repository if there is a problem with the above method. We don't recommend using any of the other branches as they may contain work which is untested or not ready for consumption by external parties yet.
Installation
- If there are existing
components/Nonstoporimages/Nonstopdirectories in the app, delete these before proceeding - Copy the
components/Nonstopdirectory into thecomponentsdirectory for your app - Copy the
images/Nonstopdirectory into theimagesdirectory for your app - Copy the
config/Nonstopdirectory into theconfigdirectory for your app
The SDK assumes path structures according to the following so changing this will result in undefined (and likely undesired) behavior.