Skip to content

Commit

Permalink
(build) One single step for installing Node and Bower dependencies. U…
Browse files Browse the repository at this point in the history
…pdated docs.
  • Loading branch information
yagoferrer committed Mar 10, 2015
1 parent 6c970ef commit 70a9304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ For running the dev enviroment you just need install
all the dependencies by `npm`, the [node package manager][npm-site].

```
npm install -g bower
npm install
bower install
```

Run dev enviroment, it's a watch script with several task running
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"http-server": "^0.7.5",
"protractor": "^1.7.0",
"blueimp-md5": "^1.1.0",
"bower": "^1.3.12",
"camel-case": "^1.0.2",
"chalk": "^0.5.1",
"coveralls": "^2.11.2",
Expand Down Expand Up @@ -50,6 +51,7 @@
},
"scripts": {
"start": "node docs/server.js port=3000",
"postinstall": "bower install",
"start_docs": "node docs/server.js port=25907",
"test": "gulp test",
"watch": "gulp watch"
Expand Down

0 comments on commit 70a9304

Please sign in to comment.