Merge pull request #5297 from rohankatkar/CRM15729
[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