From 973bc21f37de2f2820360211edef271919439866 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 29 Jan 2014 08:49:12 -0800 Subject: [PATCH] Add note to contributing.md to not worry about regenerating docs or dist files. [ci skip] --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6aee273d8..feb990835 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,8 @@ Please make sure to [search the issue tracker](https://github.com/lodash/lodash/ ## Tests Include updated unit tests in the `test` directory as part of your pull request. +Don’t worry about regenerating the documentation or distribution files. + You can run the tests from the command line via `node test/test`, or open `test/index.html` in a web browser. The `test/run-test.sh` script attempts to run the tests in [Rhino](https://developer.mozilla.org/en-US/docs/Rhino), [Narwhal](https://github.com/280north/narwhal), [RingoJS](http://ringojs.org/), [PhantomJS](http://phantomjs.org/), and [Node](http://nodejs.org/), before running them in your default browser. The [Backbone](http://backbonejs.org/) and [Underscore](http://http://underscorejs.org/) test suites are included as well.