Skip to content

Commit

Permalink
Update README and HISTORY for new non-minified rollup files
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Aug 27, 2013
1 parent cc7f35d commit a2421cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/


Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit a2421cc

Please sign in to comment.