martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
404 stars 39 forks source link

Use deraen/boot-sass for +sass #64

Closed j1mr10rd4n closed 8 years ago

j1mr10rd4n commented 8 years ago

This PR replaces mathias/boot-sassc with deraen/boot-sass and fixes #45 & #62.

The new sass task mirrors the sass source directory instead of having an :output-dir configuration - therefore the sass.scss sample is now generated in the sass/css folder.

The org.slf4j/slf4j-nop noop logger is also included as per the sass4clj documentation.

martinklepsch commented 8 years ago

👍 💯