Merge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-03-23-18-42-19
[civicrm-core.git] / tools / scripts / npm / postinstall.sh
1 #!/bin/bash
2 if [ -d node_modules ]; then
3 ## http://drupal.stackexchange.com/questions/126880/how-do-i-prevent-drupal-raising-a-segmentation-fault-when-using-a-node-js-themin
4 ## https://www.drupal.org/node/2309023
5 find node_modules/ -name '*.info' -type f -delete
6 fi