chjj / zest

An absurdly fast CSS selector engine.
MIT License
238 stars 14 forks source link

Provide a mod for Zepto.js too #4

Closed thomasfr closed 12 years ago

thomasfr commented 12 years ago

Make zest work with Zepto.js too

chjj commented 12 years ago

Zepto doesn't provide any interface for swapping in a selector engine, but I think I managed to get something working: 7c800e827ab98fe25fabd0409f15032e797c7ada .

Run make zepto to build with zepto support.