Get the distmaker working with npm and bower.
authorPeter Haight <peterh@giantrabbit.com>
Tue, 30 Dec 2014 23:52:33 +0000 (15:52 -0800)
committerPeter Haight <peterh@giantrabbit.com>
Tue, 30 Dec 2014 23:52:33 +0000 (15:52 -0800)
commit8c70cd69aaed6f346668bbdb6848c5181207bd52
treeba0638c4faa89c3fd6e92c08f564aa064e6982f2
parent09a09949f8b3f9c5253f7dff90787ffc04919052
Get the distmaker working with npm and bower.

We're going to start distributing the node_modules and bower_modules
using npm and bower now instead of having them in packages because we
feel that those are a better way to manage backages than the packages
repository. So the distmaker needs to copy those directories to the
distribution after running 'npm install' to get the packages downloaded.

Also I needed to put a resolution for the angular version in the
bower.json file because some of the angular plugins were resolving to
angular 1.2.x and we want 1.3.x. I also changed the version numbers to
start at 1.3.8, but allow minor version updates because that's what
we're using.
bower.json
distmaker/distmaker.conf.dist
distmaker/distmaker.sh
distmaker/dists/common.sh