sasjs / cli

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

While compiling sasjs web, images are not being loaded from html #1046

Closed saadjutt01 closed 2 years ago

saadjutt01 commented 2 years ago

Need to process img tags in index.html.

Also for SAS9, path with three forward(///) slash should also be processed present in JS files.

Also add support for jpg in sasjsout.ts

saadjutt01 commented 2 years ago

Ref: processing of /// in JS files for SAS9

For SAS 9, you will just have to put all URLs in the index.html for now or embed them fully in the JS (no links)