Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update jscsrc | Oleg Gaidarenko | 2014-04-15 | 1 | -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-bowercopy | Timmy Willison | 2013-12-06 | 1 | -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 guide | Oleg | 2013-11-07 | 1 | -0/+23 |
Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit |