From fd72e042ce1c4c1023575cddcc80b1bb7219eff1 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sat, 3 Jan 2015 13:38:59 -0800 Subject: [PATCH] tools/scripts/npm/postinstall.sh - Comment --- tools/scripts/npm/postinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/scripts/npm/postinstall.sh b/tools/scripts/npm/postinstall.sh index e79ddd6d6d..4f372c6f38 100644 --- a/tools/scripts/npm/postinstall.sh +++ b/tools/scripts/npm/postinstall.sh @@ -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 -- 2.25.1