klen / python-scss

Python scss parser.
http://packages.python.org/scss/
GNU Lesser General Public License v3.0
67 stars 12 forks source link

problem with watch option #11

Closed bmeyer71 closed 13 years ago

bmeyer71 commented 13 years ago

It appears that when I use:

scss -w test.scss:test.css or scss -w test.scss

all it outputs in the css file is <scss.parser.Stylesheet object at 0x1c3ca10>

Did I miss something?

klen commented 13 years ago

Fixed in version 0.8.3

Thanks

bmeyer71 commented 13 years ago

Excellent. Works great now. Thanks for the quick fix.

On Monday 25 July 2011 02:56:40 you wrote:

Fixed in version 0.8.3

Thanks