Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-07-11 16:32:05 +0400
committerChris Rebert <github@rebertia.com>2014-07-11 16:32:05 +0400
commitca4e13ad4ce88e5c7b7988da3206634154b2ec68 (patch)
treee77f08e09a0bf2d23b781edd339c654b17cead4f /CONTRIBUTING.md
parent9ed6463091795438dc6ccc7d297e495a36f4088a (diff)
we're lazy and we're not doing anything exotic and we don't support old browsers
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 081739b..b76edf0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,7 +7,7 @@ Please don't edit files in the `dist` subdirectory as they are generated via Gru
The project's coding style is laid out in the JSHint and JSCS configurations.
### PhantomJS
-While Grunt can run the included unit tests via [PhantomJS](http://phantomjs.org/), this shouldn't be considered a substitute for the real thing. Please be sure to test the `test/*.html` unit test file(s) in _actual_ browsers.
+Grunt can run the included unit tests via [PhantomJS](http://phantomjs.org/).
## Modifying the code
First, ensure that you have the latest [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/) installed.