Created
March 13, 2013 22:37
-
-
Save lotsofcode/5157069 to your computer and use it in GitHub Desktop.
write already install bower components to component.json file
This file contains hidden or 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
| 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