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
* 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.
* Fix #12757 - use jscs to check the style guideOleg2013-11-071-0/+23
Close gh-1396