Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 650 Bytes

jQuery Image Reveal

A small jQuery plugin to display before/after style photos.

Usage

See dist/demo/ for example usage.

Development

# Setting Up:

$ npm install -g grunt-cli
$ git clone https://github.com/lemoncreative/jquery-image-reveal.git
$ cd jquery-image-reveal
$ npm install

# Build:
$ grunt build

# Release (Build + Create a ZIP):
$ grunt release

# Development (Build + Web Server + File Watcher + LiveReload):
$ grunt