Skip to content

Commit

Permalink
Specify that there should only be one file per type in the main array
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Sep 17, 2012
1 parent d8cc04b commit 406ada8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -80,6 +80,8 @@ For now, `name`, `version`, `main`, and `dependencies` are the only properties t
}
```

There should only be at most one file per file type in the `main` list. So only one `.js` or `.css`.

### Installing dependencies

Dependencies are installed locally via the `bower install` command. First they’re resolved to find conflicts. Then they’re downloaded and unpacked in a local subdirectory called `./components`, for example:
Expand Down

0 comments on commit 406ada8

Please sign in to comment.