Skip to content

Instantly share code, notes, and snippets.

@jeremydw
Created March 25, 2015 04:37
Show Gist options
  • Save jeremydw/e1ba1c6b16c1e2425b7f to your computer and use it in GitHub Desktop.
Save jeremydw/e1ba1c6b16c1e2425b7f to your computer and use it in GitHub Desktop.
bower.json including Closure Library and Compiler
{
"name": "Project",
"private": true,
"dependencies": {
"angular": "1.3.7",
"closure-compiler": "http://dl.google.com/closure-compiler/compiler-latest.zip",
"closure-compiler-src": "git://github.com/google/closure-compiler.git",
"closure-library": "git://github.com/google/closure-library.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment