Open shoulders opened 5 years ago
This is being fixed in the upcoming build, my apologies for the delayed reply.
@chandanndeep can we get this done buddy?
This is done in the following commit https://github.com/joomdev/Astroid-Framework/commit/f9746b97f8043d3530874033b5b07c2dc66cf816
You will see this option in the Astroid Plugin.
Hi
I think these are your assets aswell
<link href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css" rel="stylesheet" />
<link href="//cdn.jsdelivr.net/npm/semantic-ui@2.4.0/dist/components/rating.min.css" rel="stylesheet" />
Notes
This is a showstopper for me :(
Using CDN version of assets assumes that you have access to the internet at all times. This is definately not the case.
The other issue caused by using these sorts of assets is that they can get blocked by such things as 'Privacy Badger' and uBlockOrigin. there probably is a privacy concern aswell.
Examples are:
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" >
<link href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css" rel="stylesheet" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
Thanks