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
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
take a long, hard, veiny look at the gulpfile and refactor the shit out of it. in particular, there is some unused code, sass compiling is not using sourcemaps (i believe gulp-ruby-sass now supports gulp-sourcemaps), vendors task could be broken into more manageable chunks, we could probably save some compiling speed, and the whole thing could use some better documentation. take a look at newer gulp plugins as well and see if there's any useful functionality there. and just a general rethinking of how some tasks are handled could be useful.
The text was updated successfully, but these errors were encountered:
i just remembered that gumby uses gulp-compass, which in turn uses gulp-ruby-sass. so make sure that gulp-sourcemaps is going to be supported on down the sass compiling chain.
take a long, hard, veiny look at the gulpfile and refactor the shit out of it. in particular, there is some unused code, sass compiling is not using sourcemaps (i believe gulp-ruby-sass now supports gulp-sourcemaps), vendors task could be broken into more manageable chunks, we could probably save some compiling speed, and the whole thing could use some better documentation. take a look at newer gulp plugins as well and see if there's any useful functionality there. and just a general rethinking of how some tasks are handled could be useful.
The text was updated successfully, but these errors were encountered: