simple-gulp-template icon indicating copy to clipboard operation
simple-gulp-template copied to clipboard

gulp build not minifying css

Open chambleton opened this issue 9 years ago • 0 comments

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%; }

body { margin: 0; }

a { background-color: transparent; }

chambleton avatar Mar 07 '16 15:03 chambleton