From 88813998e40bc711fee6df37b75a732495f5db8c Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Sat, 25 May 2013 03:07:06 +0200 Subject: [PATCH] Remove inaccurate "Building Specific Modules" section from README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 4c3ae1e..b127ccb 100644 --- a/README.md +++ b/README.md @@ -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 --------------------------------