sasjs / cli

Command line interface for creating, compiling, and building SAS® projects

Home Page:https://cli.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Friendly message when `webSourcePath` is not defined

allanbowe opened this issue · comments

When streamWeb is true, the compile feature will look for a directory containing a frontend application for conversion into streaming web services

This directory is defined in the webSourcePath attribute, which has no default (as there are many defaults)

Currently when this attribute is not defined, the following error occurs:

image

Instead, when compiling projects without this attribute defined (and streamWeb:true) we should present the following message:

streamConfig.webSourcePath should contain the path to your frontend application
eg build, dist, or src

🎉 This issue has been resolved in version 3.27.7 🎉

The release is available on:

Your semantic-release bot 📦🚀