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 was archived by the owner on Oct 1, 2023. It is now read-only.
As I get errors when I add .pipe(gulp.src(...)) into my stream I switched to use your plugin.
I firstly want to process some sass files and then add vendor css to the stream and minify everything together.
In the resulting css file the order is wrong. The files added with gulp-add-src are output on the top, the sass processed files on the bottom.
I want sass on top; what to do?
As I get errors when I add
.pipe(gulp.src(...))into my stream I switched to use your plugin.I firstly want to process some sass files and then add vendor css to the stream and minify everything together.
In the resulting css file the order is wrong. The files added with
gulp-add-srcare output on the top, the sass processed files on the bottom.I want sass on top; what to do?