Bower and Stylus unusable with version 4

Middleman 4 is great and all, but the lack of important documentation is quite disheartening.

Bower has become basically unusable with anything but Sass, because compass doesn’t appear to be working at all anymore with bower_components. Sprockets works just fine, but Sprockets doesn’t support Stylus, it only supports Sass.

There seems to be no way to import stylus from bower installed packages. Removing the asset pipeline is interesting, but setting up gulp is quite a lot more complicated for a static website scaffolding tool than it just working.

So, does anyone know how to import stylus from bower packages in M4? I’ve been searching for hours and couldn’t find anything.

The upgrade guide only gives me import_path File.expand_path('bower_components', app.root) which is not working or I’m using it wrong because it lacks any further instructions.

1 Like

Similar problem here.
import_path File.expand_path('bower_components', app.root)
is not working fine.

1 Like

yup same issues here