I am trying to use Jeet and Rupture with my Stylus-Brunch.
What do I need to configure to get it to work?
It's incredibly simple, or at least was for me. I just added this to my config.coffee
file:
plugins:
stylus:
plugins: ['rupture', 'jeet']
... and then ran npm install -g rupture jeet
inside the brunch app folder (may need sudo)
You would probably need to configure a new plugin — a fork of stylus-brunch with Jeet/Rupture.