steelydylan / gulp-generator

Easy gulp generator for web
http://steelydylan.github.io/gulp-generator/
135 stars 18 forks source link

Remove sourcemaps from the minified versions #13

Open jordantrainor opened 7 years ago

jordantrainor commented 7 years ago

The main.min.css file was growing with each save. Solved by removing sourcemaps from it. Sourcemaps should also not be included in minified files.

steelydylan commented 7 years ago

Oh I didn't know that thank you I'll fix the problem soon and let you know when I'm done