locomotivemtl / locomotive-boilerplate

🚂 Front-end boilerplate for projects by Locomotive.
https://locomotivemtl-boilerplate.vercel.app/
MIT License
458 stars 71 forks source link

Add support for build task options #96

Closed mcaskill closed 2 years ago

mcaskill commented 2 years ago

Added support for customizing processors in scripts.js (esbuild), styles.js (node-sass, postcss, autoprefixer), and svgs.js (svg-mixer), via arguments for the exported task functions (see watch.js for an example).