Update README and HISTORY for new non-minified rollup files

This commit is contained in:
Eric Ferraiuolo 2013-08-27 12:41:05 -04:00
parent cc7f35dfa0
commit a2421ccac4
2 changed files with 16 additions and 6 deletions

View File

@ -4,6 +4,11 @@ Pure Change History
NEXT
----
* Added non-minified rollup files: `pure.css` and `pure-nr.css`. These files are
created in addition to the minified rollups: `pure-min.css` and
`pure-nr-min.css`. The minified rollups _should_ be used in production.
([#171][] @omeid)
### Buttons
* Removed `-webkit-font-smoothing: antialiased` rule from Buttons. Pure should not
@ -48,10 +53,12 @@ NEXT
Refer to the [Grids Documentation]() for more details on using non-default fonts with
Pure Grids. ([#41][] @dannyfritz, @pandeiro, and many others!)
[#41]: https://github.com/yui/pure/issues/41
[#143]: https://github.com/yui/pure/issues/143
[#154]: https://github.com/yui/pure/issues/154
[#170]: https://github.com/yui/pure/issues/170
[#171]: https://github.com/yui/pure/issues/171
[Grids Documentation]: http://purecss.io/grids/

View File

@ -100,14 +100,17 @@ conventions of the files in the `build/` directory follow these rules:
* `*-min.css`: A minified file version of the files of the same name.
* `pure.css`: A rollup of all `[module].css` files in the `build/` dir.
This is a responsive roll-up of everything.
* `pure.css`: A rollup of all `[module].css` files in the `build/` dir. This is
a responsive roll-up of everything, non-minified.
* `pure-min.css`: A rollup of all `[module]-min.css` files in the `build/` dir.
This is a responsive roll-up of everything.
* `pure-min.css`: Minified version of `pure.css` that should be used in
production.
* `pure-nr-min.css`: A Rollup of all modules without @media queries. This is a
non-responsive roll-up of everything.
* `pure-nr.css`: A Rollup of all modules without @media queries. This is a
non-responsive roll-up of everything, non-minified.
* `pure-nr-min.css`: Minified version of `pure-nr.css` that should be used in
production.
[Grunt]: http://gruntjs.com/