Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created December 24, 2014 03:31
Show Gist options
  • Save rdallaire/9fcaffbf33456ce83563 to your computer and use it in GitHub Desktop.
Save rdallaire/9fcaffbf33456ce83563 to your computer and use it in GitHub Desktop.
run bower install after npm install
"scripts": {
"postinstall" : "node_modules/.bin/bower install"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment