Skip to content

Commit

Permalink
Start using Bower to package javascript components.
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Sep 10, 2014
1 parent d66c4d0 commit a6f0121
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public/javascripts/vendor"
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ cloud_crowd.db
public/search
vendor/solr-4.0.0/solr-webapp/webapp/*
.bundle

public/javascripts/vendor/*/
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "documentcloud",
"version": "1.0.0",
"homepage": "https://github.com/documentcloud/documentcloud",
"authors": [
"Ted Han <ted@knowtheory.net>",
"Nathan Stitt <nathan@stitt.com>",
"Jeremy Ashkenas <jashkenas@gmail.com>",
"Samuel Clay <samuel@ofbrooklyn.com>"
],
"description": "Document transparency tools for journalists",
"dependencies":{
"jquery": "1.11.1",
"backbone": "1.1.2",
"documentcloud-notes": "git@github.com:documentcloud/documentcloud-notes.git"
},
"moduleType": [
"globals"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit a6f0121

Please sign in to comment.