brunch / stylus-brunch

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

StylusCompiler failed: Object has no method 'map' #2

Closed Ni0rd closed 12 years ago

Ni0rd commented 12 years ago
19 Apr 05:04:12 - error: StylusCompiler failed in 'app/styles/fonts.styl' -- Compile error: TypeError: stylus:4
   1| @font-face
   2|   font-family BadaboomBB;
   3|   src url(../fonts/BADABB__.TTF)

Object  has no method 'map'

19 Apr 05:04:12 - error: StylusCompiler failed in 'app/styles/main.styl' -- Compile error: TypeError: stylus:4
   1| body, html
   2|   width 100%
   3|   height 100%

Object  has no method 'map'

Got this error when brunch watch/build. No styl files are compiled, all trigger this error.

Fixed when switched back to 1.1.0.

Thanks in advance!

paulmillr commented 12 years ago

do you use brunch 1.1.0?

paulmillr commented 12 years ago

interesting, just got the error too. will investigate

paulmillr commented 12 years ago

fixed in 1.1.2