Skip to content

LotusTM/grunt-wresizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-wresizer

Resize, watermark and optimize images like a pro

Installation

  1. Clone or download and unpack to desired location
  2. Download and install latest version of node.js
  3. Install grunt-cli globally: npm install -g grunt-cli
  4. Install GraphicsMagick (recommended) or ImageMagick for your OS.
  5. Get your TinyPNG API key and set it as your environment variable:
  • set TINYPNG_API_KEY=YOUR_API_KEY_HERE for Windows
  • export TINYPNG_API_KEY=YOUR_API_KEY_HERE for Linux
  1. Install project dependencies: npm install
  2. Put your watermark image in source/watermark/ as logo.png
  3. Configurate grunt-gm task

How to use

  • grunt — clean, resize and watermark images
  • grunt tinypng — compress images with tynypng
  • grunt build — all operations
  • grunt serve — watch

About

Resize, watermark and optimize images like a pro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published