Bringing in jquery into standard assets.
commit3affa323bda67f7648bee7ef7472f95fd14ac657
authorbradymiller <bradymiller@users.sourceforge.net>
Sun, 10 Jul 2016 19:47:57 +0000 (10 12:47 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Fri, 15 Jul 2016 06:08:49 +0000 (14 23:08 -0700)
treea41312871bd1e6307f86b183a69664a3fed19eb2
parentf7a2998d98d05b13fa861a5b63937e08aedd9a0b
Bringing in jquery into standard assets.

This is a special case since the old jquery repositories do not contain
the actual js files (they need to be built), and this method also
only brings in the 1 needed file (the naming of the file to be
index.js is a bower limitation and is not a big issue since the
directory identifies it).

By migrating the current js packages to these standardized packages
will allow developers to more easily migrate up to a more current
version (and to 1 version) via standard grep and sed methods(and
with a huge amount of testing work, of course).
19 files changed:
bower.json
public/assets/jquery-min-1-2-1/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-2-1/index.js [new file with mode: 0644]
public/assets/jquery-min-1-2-2/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-2-2/index.js [new file with mode: 0644]
public/assets/jquery-min-1-3-2/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-3-2/index.js [new file with mode: 0644]
public/assets/jquery-min-1-4-2/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-4-2/index.js [new file with mode: 0644]
public/assets/jquery-min-1-4-3/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-4-3/index.js [new file with mode: 0644]
public/assets/jquery-min-1-5/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-5/index.js [new file with mode: 0644]
public/assets/jquery-min-1-6-4/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-6-4/index.js [new file with mode: 0644]
public/assets/jquery-min-1-7-2/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-7-2/index.js [new file with mode: 0644]
public/assets/jquery-min-1-9-1/.bower.json [new file with mode: 0644]
public/assets/jquery-min-1-9-1/index.js [new file with mode: 0644]