forked from angular/angular-phonecat
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bower): use bower for dependencies
Align the initial repository with the new angular-seed style.
- Loading branch information
1 parent
7b1d988
commit c4bd23b
Showing
303 changed files
with
71 additions
and
135,561 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,4 @@ tmp | |
.idea | ||
.DS_Store | ||
angular-phonecat-snapshots | ||
app/lib/angular/docs | ||
app/lib/angular/*.zip | ||
bower_components/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"globalstrict": true, | ||
"globals": { | ||
"angular": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
language: node_js | ||
node_js: | ||
- 0.8 | ||
- 0.10 | ||
|
||
before_script: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- npm install --quiet -g karma | ||
- ./scripts/web-server.js > /dev/null & | ||
- npm start > /dev/null & | ||
- npm run update-webdriver | ||
- sleep 1 # give server time to start | ||
|
||
script: | ||
- karma start config/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox | ||
- karma start config/karma-e2e.conf.js --reporters=dots --browsers=Firefox | ||
- node_modules/.bin/karma start test/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox | ||
- node_modules/.bin/protractor test/protractor-conf.js --browser=firefox |
Oops, something went wrong.