Skip to content

Instantly share code, notes, and snippets.

@4aficiona2
Last active April 27, 2016 21:43
Show Gist options
  • Save 4aficiona2/bc4bba8836ccd9629c7b to your computer and use it in GitHub Desktop.
Save 4aficiona2/bc4bba8836ccd9629c7b to your computer and use it in GitHub Desktop.
Drupal Theme .info file collision after adding gulp (node) modules
# cd to Drupal theme directory
# list all .info files
find node_modules -type f -name "*.info"
# remove all node module .info files
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