aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintignore
Commit message (Collapse)AuthorAgeFilesLines
* 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. Conflicts: bower.json test/index.html
* 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. Cherry picked from 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 commit
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-0/+2
|
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-0/+2
|
* Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵Michał Gołębiowski2013-07-111-0/+7
Close gh-1283. Conflicts: src/.jshintrc test/.jshintrc