Why not use WordPress standard enqueue for assets like css & js? This way you can be assured they will only get enqueued once, they are easier to debug because you can use things like breakpoints in web inspectors, and plugins can use wp_dequeue_script if they need it removed.
Why not use WordPress standard enqueue for assets like css & js? This way you can be assured they will only get enqueued once, they are easier to debug because you can use things like breakpoints in web inspectors, and plugins can use wp_dequeue_script if they need it removed.