Skip to content

Instantly share code, notes, and snippets.

@devgeeks
Created April 20, 2013 14:45
Show Gist options
  • Select an option

  • Save devgeeks/5426220 to your computer and use it in GitHub Desktop.

Select an option

Save devgeeks/5426220 to your computer and use it in GitHub Desktop.
Example of using bower to just get the file you want, not everything else...
{
"name": "MyExampleApp",
"version": "0.1.0",
"dependencies": {
"jquery": "http://code.jquery.com/jquery-1.9.1.min.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment