brunch / stylus-brunch

Adds Stylus support to Brunch
MIT License
21 stars 2 forks source link

Version lock stylus dependency #32

Closed nickhudkins closed 10 years ago

nickhudkins commented 10 years ago

Currently Stylus > 0.43.1 introduces a bug that causes stylus files imported declaratively in brunch config to cause compilation to fail.

Can be unlocked pending resolution of: https://github.com/LearnBoost/stylus/issues/1546

nickhudkins commented 10 years ago

Thanks!

es128 commented 10 years ago

I merged to make it easy for anyone experiencing this issue to install from git master, but considering a fix already exists and it probably won't be too long before it's published, I'm hesitant to actually publish to npm.

Please ping me again on this if it doesn't look like the stylus fix will be merged and published within a reasonable timeframe.

nickhudkins commented 10 years ago

Seems reasonable to me :+1:

nickhudkins commented 10 years ago

@es128 Stylus 0.46 has been released :) I have noticed some changes that I needed to make in a few stylus files to accommodate 0.46, but it doesn't now just NOT WORK.