brunch / stylus-brunch

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

Update to latest dependencies #12

Closed extesy closed 11 years ago

extesy commented 11 years ago

Update dependencies to latest versions (such as nib to 0.8.2, etc). Use wildcard version masks if possible, I don't think anything will break if you always import latest versions of stylus and nib.

paulmillr commented 11 years ago

I don't think anything will break if you always import latest versions of stylus and nib

had been breaking in the past because the compiling api changed.

feel free to submit pull request.

paulmillr commented 11 years ago

done