From 30bd2b8947d3a734c207a2547f5569f787bb58d2 Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Wed, 5 Jun 2013 18:02:15 -0300 Subject: [PATCH] Update README.md to add info about `grunt test` --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cde5aed..1f3ee09 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Build From Source ----------------- Optionally, you can build Pure from its source on Github. To do this, you'll -need to have NodeJS and npm installed. We use Grunt to build Pure. +need to have NodeJS and npm installed. We use [Grunt][] to build Pure. ```shell $ git clone git@github.com:yui/pure.git @@ -99,6 +99,9 @@ conventions of the files in the `build/` directory follow these rules: non-responsive roll-up of everything. +[Grunt]: http://gruntjs.com/ + + Contributions and Code Standards -------------------------------- @@ -106,6 +109,16 @@ Feel free to file bugs and submit pull requests on Github! When submitting a pull request, please checkout a new feature branch, and submit your pull request from it. Please do not submit pull requests from your `master` branch. +### Testing + +We use [CSSLint][] for basic testing to make sure we're shipping valid CSS which +compiles with standard best practices and rules. To run Pure's test use +[Grunt][]: + +```shell +$ grunt test +``` + ### Docs and Website Pure's website is also open source, so please file any issues or pull requests @@ -123,6 +136,7 @@ online. For more information regarding the CLA, please visit the Pure adheres to [Semantic Versioning 2.0](http://semver.org/). +[CSSLint]: https://github.com/stubbornella/csslint [pure-site]: https://github.com/yui/pure-site [sign the CLA]: https://secure.echosign.com/public/hostedForm?formid=A9PFU5T58653A [Contribute]: http://yuilibrary.com/contribute/cla/