Fixed drush and node_modules/*.info file conflict
authorPeter Haight <peterh@giantrabbit.com>
Wed, 31 Dec 2014 02:04:16 +0000 (18:04 -0800)
committerPeter Haight <peterh@giantrabbit.com>
Wed, 31 Dec 2014 02:04:16 +0000 (18:04 -0800)
commitb18e61e0fd0f186b136ca43237336c9f592b8a52
tree78c0437451b3b6de0834633fac19728d82f7f8c5
parentafbfacb2f44bc0ca96279747cde7e82d53863205
Fixed drush and node_modules/*.info file conflict

Tim noticed that drush doesn't work when node_modules directory exists.
People say that it's because of the *.info files that some things have
in node_modules and suggested adding a line to the npm postinstall
script to remove  any *.info files from there because they aren't really
needed to run stuff. Because we are already doing brower install in the
postinstall script, I broke the postinstall stuff into a separate
script and put both things in there.
bin/npm_postinstall.sh [new file with mode: 0644]
package.json