summaryrefslogtreecommitdiff
path: root/README.md
blob: ce81b2409927563b463475fb47e0e7e1b72982e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Image Lightbox
==============
Image lightbox 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.

#How to get it
ATM, `git clone` the repo or download the zip.

#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. 

Note: Remenber that you ATM need a alpha build of Compass to make it work with Grunt (`gem install compass --pre`).

If you have Node just do a `npm install` then `grunt` and you will have a new build in the `dist/` directory.

#License
MIT