Skip to content

Instantly share code, notes, and snippets.

@johnie
Last active August 29, 2015 14:08
Show Gist options
  • Save johnie/0304ef27d91b9a4e2551 to your computer and use it in GitHub Desktop.
Save johnie/0304ef27d91b9a4e2551 to your computer and use it in GitHub Desktop.
Fix issue with running Gulp in Drupal

Add this to package.json

"scripts": {
  "prepublish": "find node_modules -name '*.info' -exec rm -f {} \\;"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment