node_modules/ scripts vulnerabilities
BEFORE
AFTER
faster + easier configuration
task(
'watch',
parallel(
serve,
watchStyles,
watchTemplates,
watchScripts,
watchImages,
watchIcons,
watchFonts
)
);
task('serve', series('buildForDev', 'watch'));
no more javascripts.config.json
modern Javascript
Transpilation needed. Now with Babel 7.2!
Updated to 8.0.1
gulp!
Responsive Images & Responsive Background Images Lazy loading via Intersection Observer API
Better HTML minification after build.
Faster subsequent page-loads by prefetching in-viewport links during idle time
Boilerplate 2019.
Let's code something good!