From 801c058c20bb7989dd4e21224db48b2c0e5494b9 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Fri, 27 Jun 2014 16:58:56 +0200 Subject: demo link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02e94df..1c2d5e4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Touch Imagelightbox ============== Imagelightbox was originly created by [Osvaldas Valutis](http://osvaldas.info/image-lightbox-responsive-touch-friendly), though it was only accesible through his site. I put it here to make it more maintainable. +View a demo here: https://victorhaggqvist.github.io/touch-imagelightbox/ + #How to get it Via bower.io `bower install touch-imagelightbox` -- cgit v1.2.3 From 9c2c940f8c314b5e85d60a697d88a22f1b4a42cb Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Fri, 27 Jun 2014 16:59:39 +0200 Subject: remove zepto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2d5e4..00c783b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Or with git `git clone https://github.com/victorhaggqvist/touch-imagelightbox.gi Or download the [zip](https://github.com/victorhaggqvist/touch-imagelightbox/archive/master.zip). #Requirements -jQuery (or maby Zepto.js, though unteststed) +jQuery #How to build Image Lightbox is buildt using the Grunt toolchain. The CSS is build using SASS and Compass, which means you need Ruby, the SASS and Compass gems to make it. -- cgit v1.2.3 From 05cc77dd06b5f17ab928cafd03083b0554057e41 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Fri, 27 Jun 2014 17:03:14 +0200 Subject: reqs note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00c783b..b87ee61 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Or download the [zip](https://github.com/victorhaggqvist/touch-imagelightbox/arc #Requirements jQuery +NOTE: The bower install will not get jQuery for you, if you want to get jQuery from bower too use `bower install jquery` + #How to build Image Lightbox is buildt using the Grunt toolchain. The CSS is build using SASS and Compass, which means you need Ruby, the SASS and Compass gems to make it. -- cgit v1.2.3