mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Update README.md to add info about grunt test
This commit is contained in:
parent
76a25ea440
commit
30bd2b8947
16
README.md
16
README.md
@ -70,7 +70,7 @@ Build From Source
|
|||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Optionally, you can build Pure from its source on Github. To do this, you'll
|
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
|
```shell
|
||||||
$ git clone git@github.com:yui/pure.git
|
$ 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.
|
non-responsive roll-up of everything.
|
||||||
|
|
||||||
|
|
||||||
|
[Grunt]: http://gruntjs.com/
|
||||||
|
|
||||||
|
|
||||||
Contributions and Code Standards
|
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
|
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.
|
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
|
### Docs and Website
|
||||||
|
|
||||||
Pure's website is also open source, so please file any issues or pull requests
|
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/).
|
Pure adheres to [Semantic Versioning 2.0](http://semver.org/).
|
||||||
|
|
||||||
|
|
||||||
|
[CSSLint]: https://github.com/stubbornella/csslint
|
||||||
[pure-site]: https://github.com/yui/pure-site
|
[pure-site]: https://github.com/yui/pure-site
|
||||||
[sign the CLA]: https://secure.echosign.com/public/hostedForm?formid=A9PFU5T58653A
|
[sign the CLA]: https://secure.echosign.com/public/hostedForm?formid=A9PFU5T58653A
|
||||||
[Contribute]: http://yuilibrary.com/contribute/cla/
|
[Contribute]: http://yuilibrary.com/contribute/cla/
|
||||||
|
Loading…
Reference in New Issue
Block a user