dobtco/jquery-resizable-columns

Getting started

Closed this issue · 4 comments

Thanks for making this plugin, it's exactly what I'm looking for. I'm new to jQuery (started today) and am having some trouble even getting this plugin up and running. I just downloaded the zipped repo, unzipped it, and tried to run index.html in Chrome. It takes a very long time to load anything, and when it finishes loading it looks nothing like the live demo you have linked on your documentation. I've attached an image of what I'm getting. I would really appreciate your help.
screenshot

ajb commented

I think you'll need bower in order to install the dependencies.

Here's a link to bower: http://bower.io/

And once you've installed it, from the root of the repo, run bower install.

On Fri, May 30, 2014 at 4:33 PM, conorliv notifications@github.com wrote:

Thanks for making this plugin, it's exactly what I'm looking for. I'm new
to jQuery (started today) and am having some trouble even getting this
plugin up and running. I just downloaded the zipped repo, unzipped it, and
tried to run index.html in Chrome. It takes a very long time to load
anything, and when it finishes loading it looks nothing like the live demo
you have linked on your documentation. I've attached an image of what I'm
getting. I would really appreciate your help.
[image: screenshot]
https://cloud.githubusercontent.com/assets/7330796/3135872/a7f4113c-e839-11e3-819c-c32fd5f33ad2.png


Reply to this email directly or view it on GitHub
#30.

Adam Becker
510.928.9111
@AdamJacobBecker

I installed bower and ran 'bower install' from the root of the repo. When I ran 'bower install' several lines were printed to the console and it looked like various things were installed, but I am still having the same result as in the picture above when I try to open index.html with Chrome. Any thoughts on what might be going wrong?

ajb commented

Sorry I'm not totally helpful, I'm at an event and trying to do this from memory. Can you try running grunt too?

Closing due to inactivity