Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 589 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 589 Bytes

imgDeploy

Build Status

This gulp setup resizes, renames, and optimizes batches of raster image and scalable vector files.

Installation

Make sure you have gulp installed:

npm install --global gulp-cli

Then:

npm install

Dependancies

brew install imagemagick
brew install graphicsmagick

Usage

gulp svg optimizes SVG files.

gulp image optimizes all image files (JPG/PNG)

gulp clean removes entire dist folder and its contents.