aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintignore
Commit message (Collapse)AuthorAgeFilesLines
* Build: Move all external libraries to external directoryScott González2014-06-241-2/+1
| | | | Closes gh-1593
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-1/+2
| | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452.
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-1/+1
|
* Use full version of jQuery 1.9.1Oleg2013-11-081-1/+1
| | | | Had some weird failures in IE with xhr build of 1.9.1
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-0/+2
|
* Fix #14084: attach the test div to documentElement, not body.Michał Gołębiowski2013-09-051-0/+2
|
* Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵Michał Gołębiowski2013-07-111-0/+7
Close gh-1283.