expfactory / expfactory-experiments

version 1.0 javascript experiments that can be deployed to run in an experiment infrastructure
http://expfactory.github.io/v1/table.html
MIT License
37 stars 64 forks source link

experiments using jquery should be updated to use jquery in static/js/jquery folder #310

Closed vsoch closed 8 years ago

IanEisenberg commented 8 years ago

In comparison to what? What are they currently using? The Jquery they are using is referenced by the template exp.html

vsoch commented 8 years ago

where is this one used?

IanEisenberg commented 8 years ago

That one is never used. We also have jquery in static/lib, which seems to be the one used by the exp.html template:

The template files just need to be changed and we need to remove useless jquery. the lib folder is maybe necessary for psiturk.

IanEisenberg commented 8 years ago

How do you want us to proceed here? We should probably keep our version of jquery in static/lib to stay consistent with psiturk's suggestion: http://psiturk.readthedocs.org/en/latest/file_desc/static_lib_folder.html

We currently do that, so we should get rid of all other jqueries (like the one in static/js and static/js/jquery)

vsoch commented 8 years ago

Agreed, let's keep as is for now.