Fixes #489 - edge case in filter optimizations.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 12 Mar 2015 19:10:40 +0000 (19:10 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 12 Mar 2015 19:47:56 +0000 (19:47 +0000)
commit4a61d58cfe5d27483c5f4d49f6dcc539334034fa
treec225d77106f785f15b784860bfef40061b946e87
parentec8069c37c47678bd4260b839c978c2aa66f6244
Fixes #489 - edge case in filter optimizations.

So Chroma and Alpha filters can be shortened if they are not mixed,
but the regexp was too greedy and AlphaImageLoader was matched too.
History.md
lib/selectors/optimizers/simple.js
test/integration-test.js