Skip to content

Commit

Permalink
Updating to Bootstrap v3.1.1; beginning of basic page layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Mar 7, 2014
1 parent bb00472 commit 73943c0
Show file tree
Hide file tree
Showing 24 changed files with 2,254 additions and 1,074 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This reference implementation of PatternFly is based on [Bootstrap v3](http://ge

## Dependencies

PatternFly includes a number of dependencies that are not committed to this repository. To add them, see "Install Bower Components".
PatternFly includes a number of dependencies that are not committed to this repository. To add them, see "Install Bower Components". And make sure you keep them updated (see "Keeping Bower Components Updated").

## Development

Expand All @@ -22,6 +22,14 @@ Now that Bower is available, we can install the required development components:

At this point, you should now have a top level components/ folder with all dependencies listed in the bower.json file installed. Unless you plan to contribute to PatternFly itself, you're done. Celebrate by working on integrating PatternFly and its dependencies in your app!

#### Keeping Bower Components Updated

Anytime you pull a new version of PatternFly, make sure you also run

bower update

so you get the latest version of the components specified in bower.json.

### Install Development Dependencies

The development includes the use of a number of helpful tasks. In order to setup your development environment to allow running of these tasks, you need to install the local nodejs packages declared in `package.json`. To do this run:
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PatternFly",
"version": "0.1.4",
"version": "0.2.0",
"authors": "Red Hat",
"license": "Apache-2.0",
"homepage": "https://www.patternfly.org",
Expand All @@ -13,7 +13,7 @@
"tests"
],
"dependencies": {
"bootstrap": "~3.0.1",
"bootstrap": "~3.1.1",
"bootstrap-select": "~1.4.3",
"datatables": "~1.9.4",
"font-awesome": "~4.0.1",
Expand Down
Loading

0 comments on commit 73943c0

Please sign in to comment.