Building

The distributed files are avaliable in the GitHub repository, but if you want to build this component, you can make this with the folowing steps.

Clone the repository
git clone https://github.com/EduardoJM/Image-Comparer.git
Install dependencies
cd Image-Comparer
npm install
Run Gulp Tasks

To build the css and the javascript files, run the tasks:

gulp css
gulp js

If you want to watch for javascript source files modification, use the task:

gulp watchJS

And if you want to watch for css source files modification, use the task:

gulp watchCSS