ga-wdi-exercises / project1

[project] GA- Project 1
3 stars 75 forks source link

issue with creating a JS game wheel #279

Closed nrc0004 closed 7 years ago

nrc0004 commented 7 years ago

I tried I found a JS library that is supposed to help with the creation of a wheel (http://dougtesting.net/). After downloading and linking the library, I am unable to get the object to render like it says its supposed to after step 1. ( I can get the initial js wheel to happen, but when I try and customize it, it disappears.)

Here is the link to my repo https://github.com/nrc0004/Project01. @

amaseda commented 7 years ago

@nrc0004 I don't see any code relating to the library in your repo (in either the master or gh-pages branch). Have you pushed it?

nrc0004 commented 7 years ago

I think so. I saved it in the gh-pages branch when I pushed it, though. Does that help?

On Jan 30, 2017, at 1:09 PM, Adrian Maseda notifications@github.com wrote:

@nrc0004 https://github.com/nrc0004 I don't see any code relating to the library in your repo (in either the master or gh-pages branch). Have you pushed it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ga-wdi-exercises/project1/issues/279#issuecomment-276142369, or mute the thread https://github.com/notifications/unsubscribe-auth/AXqfmQoCLB6YNwxZj3BZGQMkytwwCb4Cks5rXidqgaJpZM4LxuY-.

amaseda commented 7 years ago

There is some code on your gh-pages branch but I don't see anything in index.html or script.js relating to the library.

https://github.com/nrc0004/Project01/blob/gh-pages/index.html https://github.com/nrc0004/Project01/blob/gh-pages/script.js

Are you sure you're pushing up the right branch?

@nrc0004

amaseda commented 7 years ago

Let me know if you've made any progress / need additional help with this (or the revert issue you mentioned to me earlier).

@nrc0004

amaseda commented 7 years ago

Going to close this one for now, but please re-open if you have any questions / comments.

@nrc0004