In other words, the files are copied to public/css and public/js but not included on the page
This also needs to be fixed for the production build. Not because it needs to be included on the page(main.js and screen.css are only src'd) but b/c the files are not in the path of the build tools, aka, app/js, app/css...
There's likely to be some overlap in implementation here, find the abstraction. Adding an external css or js file shouldn't require so many changes in so many places.
In other words, the files are copied to public/css and public/js but not included on the page
This also needs to be fixed for the production build. Not because it needs to be included on the page(main.js and screen.css are only src'd) but b/c the files are not in the path of the build tools, aka, app/js, app/css...
There's likely to be some overlap in implementation here, find the abstraction. Adding an external css or js file shouldn't require so many changes in so many places.