I've seen some questions (replace dojo.query with Sizzle?) regarding using Sizzle as a selector engine in dojo, and know it's possible, but can't seem to find any tutorials or information on how to go about it.
I know in your build.profile.js file, you can select a selector engine like so:
selectorEngine: 'lite',
but how would I point to / replace 'lite' or 'acme' with sizzle?