Assets
Pixel based images #
All images that are put in to components will automatically be optimised in a lossless format and being put in a dist folder
.
When you want to group your images of your components in to a folder, you have the flexibility to do so. A dist folder
will be generated in the same folder where your images are placed.
SVG #
SVG's are being treated the same way as images, as in they are minified and being put in the dist folder
. See the Gulp-chapter of the documentation on what configuration-options you have to tweak the output of the SVG file
inside the dist folder
.