I have created orb which is used to do scan of repository and based on scanning response it generates html report, so I have referred bootstrap,datatable,google chart libraries, I don’t want js and css to take from cdn, I have referred those files from temp location inside html file, but user is seeing html, js and css files, I don’t want to user see js and css files, is it possible in circleci ?
Following orb code attaching files in artifact tab
- store_artifacts:
path: /tmp/ScanResult/
destination: artifact-file