Skip to content

Instantly share code, notes, and snippets.

@lotsofcode
Created March 13, 2013 22:37
Show Gist options
  • Select an option

  • Save lotsofcode/5157069 to your computer and use it in GitHub Desktop.

Select an option

Save lotsofcode/5157069 to your computer and use it in GitHub Desktop.
write already install bower components to component.json file
for component in $(ls components --color=never); do bower install $component --save; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment