Skip to content

Commit

Permalink
Add support for Bower package by cleaning up dist/.
Browse files Browse the repository at this point in the history
Distributables should now be available in each tagged release.

Resolves aws#237
  • Loading branch information
lsegal committed Mar 14, 2014
1 parent 5991ae0 commit 553e9b2
Show file tree
Hide file tree
Showing 28 changed files with 12,223 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ coverage.html
vendor
.yardoc
doc
dist/appinfo.js
dist/aws-sdk*.js
test/browser/build
test/browser/sample/appinfo.js
dist/aws-sdk-all.js
8 changes: 8 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "aws-sdk",
"ignore": [
"doc-src", "features", "lib", "scripts", "tasks", "test",
"Gemfile*", "configuration*", "Rakefile", "*.json", ".*"
],
"main": "dist/aws-sdk.js"
}
Loading

0 comments on commit 553e9b2

Please sign in to comment.