From 411adde03dce1da3d60eb6634fe0cf761f0dff93 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Mon, 9 Jun 2014 16:15:23 +0200 Subject: stuff --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 20b2cdf..ce81b24 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,15 @@ 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. -#Install +#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 -- cgit v1.2.3