scottpham / tabletop-to-datatables

Creates a bootstrapified interactive table from a google spreadhseet. An update to Chris Keller's very useful tabletop to datatables template.
http://scottpham.github.io/tabletop-to-datatables/
43 stars 21 forks source link

My table has disappeared from my site #1

Closed greaterlight closed 8 years ago

greaterlight commented 8 years ago

Hello, I have used your code on a SquareSpace website. I uploaded graphic.js and tabletop.js directly to the site but all other scripts and css styles are being called. Did any of those files move? What could be the reason that my table disappeared?

scottpham commented 8 years ago

Could you explain what you mean by "being called"? Do you mean you are linking directly to the scripts and css files on github?

greaterlight commented 8 years ago

Yes. That is correct. However, I fixed the issue. thank you for your response

www.fullfocusmarketing.com 425-516-8453

On Mon, Feb 8, 2016 at 1:21 PM, Scott Pham notifications@github.com wrote:

Could you explain what you mean by "being called"? Do you mean you are linking directly to the scripts and css files on github?

— Reply to this email directly or view it on GitHub https://github.com/scottpham/tabletop-to-datatables/issues/1#issuecomment-181552234 .

scottpham commented 8 years ago

While it's likely that something else caused your problem, I would strongly recommend against directly linking to the scripts and css on Github in general, whether with this project or with others. Github is not meant to be used in that way. Also, the file structure and naming conventions of this project can be changed at any time, breaking your code.

Instead, I would recommend downloading the entire project, changing the code that you need, and then uploading to some kind of static file hosting service like Amazon S3

greaterlight commented 8 years ago

Great advice. Thank you. I will do that.

www.fullfocusmarketing.com 425-516-8453

On Mon, Feb 8, 2016 at 2:34 PM, Scott Pham notifications@github.com wrote:

While it's likely that something else caused your problem, I would strongly recommend against directly linking to the scripts and css on Github in general, whether with this project or with others. Github is not meant to be used in that way. Also, the file structure and naming conventions of this project can be changed at any time, breaking your code.

Instead, I would recommend downloading the entire project, changing the code that you need, and then uploading to some kind of static file hosting service like Amazon S3

— Reply to this email directly or view it on GitHub https://github.com/scottpham/tabletop-to-datatables/issues/1#issuecomment-181597985 .