Under the directory, appI can reference the javascript file, ajavascriptfile.jsinside the package, from the html document:
<script src="/assets/css/test/ajavascriptfile.js"></script>

However, I cannot reference the css file,, acssfile.cssinside the html document:
<script src="/assets/css/test/acssfile.css"></script>
The error is not thrown, except in the console, which indicates that the file was not found. Is there a route that I am missing? For an organization, it just seems advisable to use packages to manage them, unlike shared folders (where I host third-party files).
user375566
source
share