tools/scripts/npm/postinstall.sh - Comment
[civicrm-core.git] / tools / scripts / npm / postinstall.sh
index e79ddd6d6dff19c65b255bd0d780377773862491..4f372c6f3809aba607ff9fe205d52ece2d9f86b5 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/bash
 if [ -d node_modules ]; then
+  ## http://drupal.stackexchange.com/questions/126880/how-do-i-prevent-drupal-raising-a-segmentation-fault-when-using-a-node-js-themin
+  ## https://www.drupal.org/node/2309023
   find node_modules/ -name '*.info' -type f -delete
 fi