miracle2k / webassets

Asset management for Python web development.
BSD 2-Clause "Simplified" License
924 stars 259 forks source link

CompassConfig generates invalid Ruby on Python 2 #500

Open deanishe opened 6 years ago

deanishe commented 6 years ago

webassets version: 0.12.1

six.text_type is unicode on Python 2, so this call to repr returns u'string', not 'string', which causes compass to choke with NoMethodError [...]: u.