You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New build & test process, update test suite and libs. New README.
* Build process
- into ./build directory.
- Puts version (from version.txt) and current date on top.
- Build command into build.sh, shortcut: $ sh build.sh
* Test infrastructure
- Renamed to index.html for easy access from the directory,
- Removed duplicate test.min.html file, added [build-min] option
in QUnit checkboxes in index.html
- Added cache buster with timestamp so that test suite always uses
the latest development version.
* Test suite
- Update test suite to use new QUnit 'assert' structure.
- Lint everything
* Save jquery in ./libs/jquery.js (no hardcoded version in filename)
so that we don't have to update references to it every time.
* Updated README and moved into root.
thrownewSyntaxError('Error parsing JSON, source is not valid.');};$.quoteString=function(string){if(string.match(escapeable)){return'"'+string.replace(escapeable,function(a){varc=meta[a];if(typeofc==='string'){returnc;}
0 commit comments