We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm seeing drastic performance difference when using gulp-concat-css over gulp-concat
gulp-concat-css
gulp-concat
I know rework is necessary, but perhaps there's some room for performance gains? Semantic-Org/Semantic-UI#1464
The text was updated successfully, but these errors were encountered:
May I know some more details about your sources? How many files are you concatenating? What's the typical dependency depth?
Sorry, something went wrong.
@import
return gulp.src(output.uncompressed + '**/' + componentGlob + config.ignoredFiles + '.css') .pipe(plumber()) .pipe(concatCSS('semantic.css')) .pipe(gulp.dest(output.packaged)) .pipe(print(log.created)) ;
Version 1.2.0 includes a performance fix (20% improvement). Please, let me know what's the improvement for you project.
No branches or pull requests
I'm seeing drastic performance difference when using
gulp-concat-css
overgulp-concat
gulp-concat-css
gulp-concat
I know rework is necessary, but perhaps there's some room for performance gains?
Semantic-Org/Semantic-UI#1464
The text was updated successfully, but these errors were encountered: