* Add script to prepare and deploy gh-pages
* Cleanup other script names
* Only copy neccessary files
* More copying and cleanups
* Switch to gulp
* Update dependencies
* Make that gulp flow actually work
* Update README
* Fix test for siblinggeneral
* Update dependencies
* Update dependencies
* Update dependencies
* Fix#2386, test doesnt like https urls
* Update dependencies
* Revert "Fix test for siblinggeneral"
This reverts commit 2971f0429a.
* Get caniuse data from github since json.php api seems to be gone
* Switch to newer and maintained ua-parser lib
* Use non-minified lib versions, helps with debugging
* Update dependencies
* Fix eslint error
* Update dependencies
* Update dependencies
* Fix version mismatch for broser versions like ff 3.6 who get sorted at the end (thx to string sort and not float sort)
* Update dependencies
* Update dependencies
* Fix ordering of prefixes to reverse-match omPrefixes
* Put khtml prefix last
* Use sinon from npm
* Revert "Use sinon from npm"
This reverts commit ddc75098cf.
* Fix package order
* Use pkg version of sinon lib (#2382)
* Update sinon
* Update dependencies
* Clean up some doc tags
* Replace memberOf with memberof, undo any other changes in html5shiv/printshiv to get back to pristine state
* Small cleanups
* Add custom tags to jsdoc config
* Cleanup jsdoc tags
* Cleanup jsdoc tags
* Add inch config file to exclude html5shivs
* Update inch yml
* Use inch.json instead
* Dont inch the lib folder
* Cleanup jsdoc tags
* More jsdoc cleanups
* Move inch config into one file
* Add comma-dangle rule to eslint
* Cleanup grunt file tasks a little
* Remove some leftover async:false
* Review fixes
* Fix seplling error
* More DOC cleanups
* Fix compile error
* Whitelines/spaces cleanup
* Add eslint rule against multiple whitelines, fix those occurences
* Remove unused (and disabled) eslint entries, sort alphabetically
* Ignored file is not with".min"
* Add task for generating and reporting the coverage from istanbul
* Update eslint dependency
* Small JSdoc cleanups
* Remove unused eslint hint
* Add optional tag back to parameter
* Rname memberof -> memberOf, makes html5shivs original again