jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

Doesn't work any browser #153

Closed parsaydin closed 10 years ago

parsaydin commented 10 years ago

As i said the title, files that i downloaded doesn't work on any browser. I think file or folder path is wrong.

shama commented 10 years ago

Could you post an example of what you have tried? Thanks!

parsaydin commented 10 years ago

I explained a bit this video : http://www.youtube.com/watch?v=B1s_5iML5uc

shama commented 10 years ago

It looks like you haven't built jmpress first. I don't see a dist/ folder which would contain the compiled dist/jmpress.js file that the examples use. We don't include a build of jmpress in the source repo.

If you don't want to build jmpress.js yourself, you can download a build from here or here. Then place/name into dist/jmpress.js or update the index.html of the example to point to jmpress script first.

parsaydin commented 10 years ago

I got it. Thank you