aboutsummaryrefslogtreecommitdiffstats
path: root/.jscs.json
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update jscsrcOleg Gaidarenko2014-04-151-23/+0
| | | | | | | | | | * Update "grunt-jscs-checker" package * Use ".jscsrc" file instead of old ".jscs.json" * Use jquery preset instead of explicitly defining all the jscs rules (Cherry-picked from b7283d738ec4c2d9d87cb16c32a3209cab567ed1 commit)
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-1/+1
| | | | | | | | | | | | | | | | 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
* Fix #12757 - use jscs to check the style guideOleg2013-11-071-0/+23
Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit