Recently I set out to see if I could get gulp to do all my front end “things” for me automatically. I had previously been using the VSCode task run...
For further actions, you may consider blocking this person and/or reporting abuse
Great guide. I can add few extra options from PostCSS community:
browsersoption was deprecated in Autoprefixer. It is better to create.browserslistrcconfig (main reason is that this common config will be used by multiple tools). Here is more docs: github.com/browserslist/browserslistgulp-autoprefixeris not an official way to use Autoprefixer and could create some bugs. We recommend to usegulp-postcsswithautoprefixer()plugin. More details: github.com/postcss/autoprefixer#gulp