You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was customizing Semantic and started getting a bit restless coz of the amount of time the gulp build command takes. After doing a bit of debugging I found that the gulp-concat-css plugin is what takes a lot of time (in my case around 15-20s on a MBP Retina running Yosemite). When I used the gulp-concat plugin instead the time it took was just about 700-800ms. Any specific reason for using gulp-concat-css?
The text was updated successfully, but these errors were encountered:
Any suggestions on another way to accomplish this are most welcome.
I usually build from component css in staging environments, so I can see exactly where CSS/JS is breaking. But I understand that can't always be the case.
jlukic
changed the title
Using gulp-concat instead of gulp-concat-css
[Build] Slow Performance of Gulp-Concat-CSS
Dec 17, 2014
Hey,
I was customizing Semantic and started getting a bit restless coz of the amount of time the
gulp build
command takes. After doing a bit of debugging I found that thegulp-concat-css
plugin is what takes a lot of time (in my case around 15-20s on a MBP Retina running Yosemite). When I used thegulp-concat
plugin instead the time it took was just about 700-800ms. Any specific reason for usinggulp-concat-css
?The text was updated successfully, but these errors were encountered: