CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Multiple missing js and css assets #40

Closed ftrotter closed 4 years ago

ftrotter commented 5 years ago

Looking at the network tab in chrome developer mode.

durc_missing_libraries
kchapple commented 4 years ago

I think I must have fixed this a while back and forgot to mark it, because there are no longer missing assets. The ones that were missing were brought into the project and are exported during the "php artisan vendor:publish --tag=public" command. Others, like bootstrap and fontawesome are hosted on CDNs. From what I understand, it is accepted best practice to utilize CDNs and potentially use a local copy as a backup, but that is probably a separate issue. @ftrotter Let me know if that's what you'd like to do for 1.0, or just leave as-is?

seanccsmith commented 4 years ago

No JS or CSS assets reported missing on any page within Lore Commander. Closing issue.