Skip to content

Commit

Permalink
Merge pull request angular-translate#366 from knalli/feature/bower-in…
Browse files Browse the repository at this point in the history
…stall

Feature/bower install
  • Loading branch information
0x-r4bbit committed Feb 16, 2014
2 parents d7d44ef + 856f2aa commit 7ffee54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ node_js:
- "0.10"

before_install:
- npm install -g grunt-cli karma-cli bower
- bower install
- npm install -g grunt-cli karma-cli

before_script:
- export DISPLAY=:99.0
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ $ git clone https://github.com/angular-translate/angular-translate
````

This will clone the complete source to your local machine. Navigate to the project folder
and install all needed dendencies via **npm** and **bower**:
and install all needed dependencies via **npm**:

````
$ npm install
$ bower install
````

<code>angular-translate</code> is now installed and ready to be built.
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"url": "http://github.com/PascalPrecht/angular-translate"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"test": "./node_modules/karma/bin/karma start karma.unit.conf.js --single-run"
},
"author": {
"name": "Pascal Precht"
},
"license": "MIT",
"devDependencies": {
"bower": "~1.2.8",
"karma": "~0.10.9",
"grunt-karma": "~0.6.x",
"grunt": "~0.4.1",
Expand Down

0 comments on commit 7ffee54

Please sign in to comment.