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
Using gulp 4 (if using gulp). Probably not having an effect on "standard gulp tasks since they mostly use gulp.src and gulp.dest which should not break anything for us
Not using gulp-util which will be deprecated. Rather rely on the underlying modules (plugin-error, fancy-log, chalk, minimist etc.
@backflip FYI I'll try to tackle CSS or SVG Sprite as I currently have some downtime. I'm not in the Unic group, but maybe an IT ticket can solve that :)
Tasks
preset-env
, check out HMR)eslint
)sass-lint
orstylelint
) @Wymownybrowsersync
Examples:
Criteria:
src
: Which files to readsrcBase
: See docsdest
: Where to write toplugins
: Passed to specific gulp pluginslogger
: Used for infos, debugging and errors. Most probably an instance of estatico-utils'sLogger
null
should disable the corresponding stepgulp-plumber
to prevent stream from unpiping, adding.on('error', err => config.logger.error(err, dev))
to every step possibly throwing.gulp.src
andgulp.dest
which should not break anything for usgulp-util
which will be deprecated. Rather rely on the underlying modules (plugin-error
,fancy-log
,chalk
,minimist
etc.The text was updated successfully, but these errors were encountered: