senchalabs / jQTouch

Create powerful mobile apps with just HTML, CSS, and Zepto.js (or jQuery).
http://www.jqtouch.com/
MIT License
2.79k stars 592 forks source link

Broken Demo Files? #513

Closed nburch closed 9 years ago

nburch commented 9 years ago

Hi,

Sorry If I am missing something but are the latest demo files broken? I was using older versions of jQT back in the jqtouch days and it appears that after downloading the version 1.0 source files there are a number of file pathing issues.

For instance line 6 of demos/main/index.html

""

That folder and file do not exist and it does not seem to jive with the new "scss" structure? There are a number of issues like this. Should these demos be updated?

Again, I apologize if I am missing something basic.

thomasyip commented 9 years ago

The new version requires building steps. If you look for pre-built, please go to github release page and download the archive.

nburch commented 9 years ago

Sorry, that is my mistake. I see that now. Thanks for the swift reply.