Hi, I have script with this condition ```html <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]--> ``` How to load using this package?
Hi,
I have script with this condition
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->How to load using this package?