1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Merge branch 'origin/stable' into make-testable-and-add-tests

This commit is contained in:
Hannes Diercks
2014-02-20 09:33:11 +01:00
7 changed files with 197 additions and 94 deletions

View File

@@ -66,7 +66,10 @@ else {
Building
--------
Simply `$ npm install` and `$ make` inside the bowser folder.
If you'd like to contribute a change to bowser, modify the files in src/, then run the following (you'll need node + npm installed):
$ npm install
$ make
Testing
@@ -76,4 +79,4 @@ We started a list `src/useragents.js` with example user agents and their expecte
Whenever you add support for new browsers or notice a bug / mismatch, please update the list and
check if all tests are still passing.
To run the test call `$ make test` and hope for green light ;)
To run the test call `$ make test`