Skip to content

Commit 86eb533

Browse files
committed
Update README.md
1 parent 1e61509 commit 86eb533

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,15 @@ To create custom build install [grunt command line interface](https://github.com
397397
npm install -g grunt-cli
398398
```
399399

400-
Now by running the `grunt` command, in the `Multiplex` directory, you can build a full version of Multiplex:
400+
Now by running the `grunt` command, in the `Multiplex` directory, you can build Multiplex:
401401
```
402402
grunt
403403
```
404404

405-
The built version of Multiplex will be put in the `build/` subdirectory, along with the minified copy and associated map file.
405+
To execute all unit tests using grunt, use `grunt tests` command; This uses [PhantomJS](http://www.phantomjs.org/) to run over 500 unit tests defined in `test` directory, you can also run tests from within your browser by running `test\mx.html` file.
406+
407+
To build a full version of Multiplex use:
408+
````
409+
grunt release
410+
````
411+
When the tests pass, the built version of Multiplex will be put in the `build/` subdirectory, along with the minified copy and associated map file.

0 commit comments

Comments
 (0)