Create bower.json during release, remove from repo #1673
Closed
Description
Since we don't commit the built file on each change, the bower.json file refers to the non-existent dist/jquery.js
file. If someone tries to install from the repo as they did in gh-1671, they get confusing results. Now that we use npm for our own internal needs we could just create and commit the bower.json file at release time instead of leaving it in the repo.