All SCSS and JS files are compiled into one style.css and main.js using Gulp. Images assets, like logos, social media icons etc, are also automatically optimised and moved to the /assets/dist/images/ folder to be used.
All SCSS/JS/Image assets to be compiled sit in their own source folders in the /assets/src/ directory. Once compiled, they will be compiled into the distribution /assets/dist/ directory ready to be used on the front end. Always reference assets from the distribution directory because the /assets/src/ directory will not be deployed to the staging or production servers.