simple-gulp-template
simple-gulp-template copied to clipboard
A bare gulpjs template
If you open the browser console, the lib js files are not being picked up because the path is set to the root of the site: src="/lib/..." Changing the following...
hi - after running gulp build, if you open the build\css\main.min.css file in an editor like vs-code or Notepad++, it's not minified: html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;...
I have found this template to be very useful when it comes to understanding how gulp works. However, I have come across a problem with this block of code in...