angular2-production-workflow icon indicating copy to clipboard operation
angular2-production-workflow copied to clipboard

CSS minification

Open subhani1249 opened this issue 8 years ago • 0 comments

how to do css files bundling & minification?

i have tried like this but getting error

gulp.task('bundle:css', function () { return builder .buildStatic('workpermit/styles.css', 'workpermit/build/' + cssBundleName, { minify: true }) .catch(function (err) { console.log('Css bundle error'); console.log(err); }); });

error is : image

subhani1249 avatar Apr 19 '17 10:04 subhani1249