Is there a way to rewrite the HTML to use gulp-minified CSS
The best way to handle this is to use one of the HTML injectors from the get-go. I’m using gulp-inject to some success so far. Add gulp-inject to your project: npm i –save-dev gulp-inject Assuming that you have a folder layout similar to this: build/ src/ index.html less/ main.less js/ app.js Your HTML should include … Read more