how to replace the link in the index.html:
<link async rel="stylesheet" href="css/styles.min.css">
to code from styles.min.css file
<styles>
...
</styles>
which plug-in? Thnx!
to code from styles.min.css file how to replace the link in the index.html: to code from styles.min.css file which plug-in?
Thnx!
gulp: how to replace the link to code and inserting code from file
80 Views
Asked by
Sergey Stepanov
At
<link async rel="stylesheet" href="css/styles.min.css">
<styles>
...
</styles>
There are 1 best solutions below
Use gulp-wiredep if they are bower packages or gulp-inject if they are your own css and js.