sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

AppLoc for Streaming Apps (sasjs web) hard coded at compile time #972

Closed allanbowe closed 3 years ago

allanbowe commented 3 years ago

When deploying streaming apps to customers (or different SAS environments) we have no way of knowing in which logical folder (appLoc) the files will be deployed.

Therefore we have additional logic in sasjsout to dynamically calculate the appLoc at runtime, and replace the paths to the streamed web files.

With this in place, we do not need to hard code the appLoc when compiling the app - and the app can be compiled once / used anywhere.

allanbowe commented 3 years ago

Closed in #973