sjwilliams / scrollstory

A jQuery plugin for building scroll-based stories

Home Page:http://sjwilliams.github.io/scrollstory/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify paths of dependencies in examples

Eddolan opened this issue · comments

All of the examples reference jQuery.js, jQuery-UI.js, underscore.js, and scrollstory.js as if they were in the /examples folder. It would make it much easier to run the examples if the paths were changed to reference where the files are stored in the repo (src/ bower_components).

I'm happy to make the changes and submit a pull request if needed.