Remove inaccurate "Building Specific Modules" section from README.md

This commit is contained in:
Eric Ferraiuolo 2013-05-25 03:07:06 +02:00
parent a89d2fee19
commit 88813998e4

View File

@ -95,14 +95,6 @@ conventions of the files in the `build/` directory follow these rules:
* `pure-nr-min.css`: A Rollup of all modules without @media queries. This is a
non-responsive roll-up of everything.
### Building Specific Modules
You can build a specific module by passing in its name into Grunt:
```shell
$ grunt grids
```
Contributions and Code Standards
--------------------------------