Aupajo / almanack

Aggregate iCal and Google Calendar events. Pluggable or standalone app. UI optional and 100% customisable.
MIT License
54 stars 25 forks source link

Allow sass imports in themes. #7

Closed fourseven closed 10 years ago

fourseven commented 10 years ago

As raised in issue #5 - can't use sass imports because the theme folder isn't part of the load_paths.

Aupajo commented 10 years ago

Awesome :+1: would love to do this, but the Configuration isn't the right place.

Almanack's designed to be server-agnostic, and Sass is a server rendering concern.

If we add this to Almanack::Server, that would be great! We can add a test for it, too, then.