Pilo'Press Gulp Config containing various tooling scripts. π
- Open the terminal in the folder and run:
npm install
- Put your uncompressed images (jpg, png, svg, gif) in the
assets/src/imgfolder - To compress images, use this command:
npm run gulp compress-imgin your terminal - Compressed images will be in the
assets/dist/imgfolder
- Put your unconverted fonts (ttf) in the
assets/src/fontsfolder - To convert fonts, use this command:
npm run gulp convert-fontsin your terminal - Converted fonts will be in the
assets/dist/fontsfolder