Created
October 29, 2014 10:35
-
-
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'
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
{ | |
"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