cryogen-project / cryogen-core

Cryogen's core
Eclipse Public License 1.0
69 stars 62 forks source link

broken sass compilation #85

Closed benswift closed 7 years ago

benswift commented 7 years ago

Currently, I can't compile sass files.

compile-sass->css! gets nil for the sass-dest argument, because the key in the map passed in by compile assets is actually dest-sass.

lacarmen commented 7 years ago

Thanks for pointing that out. I've fixed it in version 0.1.51.

benswift commented 7 years ago

Awesome - it works.