Manage bower dependencies with grunt-bowercopy
commitf9ad13c9ec8967916427642db2883a1bf3bccd86
authorTimmy Willison <timmywillisn@gmail.com>
Fri, 6 Dec 2013 20:55:55 +0000 (6 15:55 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Fri, 6 Dec 2013 21:04:35 +0000 (6 16:04 -0500)
treead55994991cada6f447596609d763898eefd68a1
parented20e7c645064822f4070a0c60195e4bcdaba683
Manage bower dependencies with grunt-bowercopy

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.
26 files changed:
.gitignore
.jscs.json
.jshintignore
Gruntfile.js
bower.json
build/release.js
build/tasks/build.js
package.json
src/sizzle/dist/sizzle.js [new file with mode: 0644]
src/sizzle/dist/sizzle.min.js [new file with mode: 0644]
src/sizzle/dist/sizzle.min.map [new file with mode: 0644]
src/sizzle/test/data/empty.js [new file with mode: 0644]
src/sizzle/test/data/mixed_sort.html [new file with mode: 0644]
src/sizzle/test/data/testinit.js [new file with mode: 0644]
src/sizzle/test/index.html [copied from test/index.html with 67% similarity]
src/sizzle/test/jquery.js [new file with mode: 0644]
src/sizzle/test/unit/extending.js [new file with mode: 0644]
src/sizzle/test/unit/selector.js [new file with mode: 0644]
src/sizzle/test/unit/utilities.js [new file with mode: 0644]
test/data/testinit.js
test/index.html
test/jquery.js
test/libs/qunit/qunit.css [new file with mode: 0644]
test/libs/qunit/qunit.js [new file with mode: 0644]
test/libs/require.js [new file with mode: 0644]
test/libs/sinon/fake_timers.js [new file with mode: 0644]