How would I go about doing something like using x.styl for one part of my app and y.styl for another part?
It seems that all css is contained in app.styl and I can’t conditionally load sheets depending on content. Am I suppose to handel this via conditional statements within stylus or via JS?
Thanks!
You don’t use jade for this in SocketStream since all assets are loaded initially. An asset manager is coming in 0.4 that will achieve what you’re trying to do.