Skip to content

Instantly share code, notes, and snippets.

@4aficiona2
Created October 29, 2014 10:35
Show Gist options
  • Save 4aficiona2/74f8da3342c5120819c4 to your computer and use it in GitHub Desktop.
Save 4aficiona2/74f8da3342c5120819c4 to your computer and use it in GitHub Desktop.
Remove node_module .info files due to Drupal theme collision in post installation of 'npm install'
{
"scripts": {
"postinstall": "find node_modules -type f -name '*.info' | xargs rm;"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment