Last active
April 27, 2016 21:43
-
-
Save 4aficiona2/bc4bba8836ccd9629c7b to your computer and use it in GitHub Desktop.
Drupal Theme .info file collision after adding gulp (node) modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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