Fixes #223 - adjacent selectors merging.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Sun, 9 Feb 2014 21:15:39 +0000 (21:15 +0000)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Sun, 9 Feb 2014 21:19:40 +0000 (21:19 +0000)
commit4a57848b556a03ac0a7d0be29ef76aa24befa36e
treed62559b3b9dcb2e4f14b57f80bc15b8a25d70052
parentaf40ea034385ed7286158a8ec5ec7623ca02f677
Fixes #223 - adjacent selectors merging.

Makes sure removing duplicates and merging adjacent selectors is run twice, beforehand the latter was not the case.
This is because adjacent selectors may be merged in the first pass creating opportunity to further improve minification.
History.md
lib/selectors/optimizer.js
test/unit-test.js