You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This effectively mean that I cannot move these HTML files anywhere else for hosting purpose. The scripts and images can be easily copied into the output folder in my opinion, thereby eliminating this dependency.
The text was updated successfully, but these errors were encountered:
Please consider copying / writing external resources to the output directory of the HTML files. For example, if I run this command:
ansible-cmdb -t html_fancy_split -p local_js=1 ./output
The output HTLM files will contain links to external resources:
<script type="text/javascript" charset="utf8" src="file:///Users/tonywu/anaconda3/lib/python3.7/site-packages/ansiblecmdb/data/static//js/jquery-1.10.2.min.js"></script>
This effectively mean that I cannot move these HTML files anywhere else for hosting purpose. The scripts and images can be easily copied into the output folder in my opinion, thereby eliminating this dependency.
The text was updated successfully, but these errors were encountered: