plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

Sass compiling doesn't work #223

Closed jaeschliman closed 6 years ago

jaeschliman commented 6 years ago

Hello, this is my first time using Chestnut. I created a project with +re-frame and +sass, and it runs fine, but the sass does not appear to be getting compiled. If I manually create a css file in public/css/style.css it is picked up by figwheel, but the sass does not appear to be getting compiled to this file.

jaeschliman commented 6 years ago

missed that section in the readme. closing.